vibefolio 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -2
- data/_includes/head.html +1 -1
- data/_layouts/page.html +1 -0
- data/{css → assets/css}/style.css +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 18b54091eece8cedd37634b8f6928f0a90d3ca7311270189928b605e7a85b27b
|
|
4
|
+
data.tar.gz: 3d49ac3e933470f603d608d391bfe9f5a1d071a71e886d425b2868c8ebc75850
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 529bb3737278d57b76450aa62869fa597369f76bd98f8cb10cad356a014ea46fa0b64e3f0851ab7fc48ae4d7fdd0deba0b289906ab78441dfe9fbad33b813295
|
|
7
|
+
data.tar.gz: 5b29d606472e12ddf7881686901868bb75b37dc25c54aefa31888da2bcc142f5007b7ea009b3758c44bb00d869ef9cdba1405a6c2269049fa35b5c47d34be14f
|
data/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# Vibefolio
|
|
2
|
+

|
|
2
3
|
|
|
3
4
|
## What is this?
|
|
4
5
|
Vibefolio is a minimalist [Jekyll](https://jekyllrb.com) theme made for text-focused online portfolios. The out-of-the-box template supports:
|
|
@@ -14,7 +15,7 @@ Vibefolio is a minimalist [Jekyll](https://jekyllrb.com) theme made for text-foc
|
|
|
14
15
|
3. Add future **projects** as Markdown `(.md)` files to the `_projects` folder.
|
|
15
16
|
|
|
16
17
|
## Google Analytics
|
|
17
|
-
You can add the Javascript into the `
|
|
18
|
+
You can add the Javascript into the `home.html` [layout](https://jekyllrb.com/docs/layouts/) right above the `</body>` tag.
|
|
18
19
|
|
|
19
20
|
## Future Updates
|
|
20
|
-
Vibefolio is currently in v0.1.0. I initially created this theme for my personal website, where I didn't need to build additional pages like blog posts, contact page, about page, etc. As I eventually update my personal website to add these features, I will update this repository as well. No concrete plans as of now.
|
|
21
|
+
Vibefolio is currently in v0.1.0. I initially created this theme for my personal website, where I didn't need to build additional pages like blog posts, contact page, about page, etc. As I eventually update my personal website to add these features, I will update this repository as well. No concrete plans or timeline as of now.
|
data/_includes/head.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<meta charset="UTF-8">
|
|
2
2
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
3
3
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
4
|
-
<link rel="stylesheet" href="{{site.url}}/css/style.css">
|
|
4
|
+
<link rel="stylesheet" href="{{site.url}}/assets/css/style.css">
|
|
5
5
|
<title>{{ site.title }} - {{ page.title }}</title>
|
data/_layouts/page.html
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vibefolio
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dheer Toprani
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-01-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -42,7 +42,7 @@ files:
|
|
|
42
42
|
- _layouts/page.html
|
|
43
43
|
- _projects/lorem.md
|
|
44
44
|
- _projects/vibefolio.md
|
|
45
|
-
- css/style.css
|
|
45
|
+
- assets/css/style.css
|
|
46
46
|
homepage: http://github.com/dheerkt/vibefolio
|
|
47
47
|
licenses:
|
|
48
48
|
- MIT
|