vibefolio 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e6ce2e12c3b974738437930ff06fc5e251df6ab87795419610c67b301aa4ba9
4
- data.tar.gz: f4d9a6d7233f2e6f488cbfe078e6cb3fa98af20ca6fcc8c969df39831373d420
3
+ metadata.gz: 18b54091eece8cedd37634b8f6928f0a90d3ca7311270189928b605e7a85b27b
4
+ data.tar.gz: 3d49ac3e933470f603d608d391bfe9f5a1d071a71e886d425b2868c8ebc75850
5
5
  SHA512:
6
- metadata.gz: 6851bb036f4e5a3b92ac01890d2087e804e401fa5bc2df73bfaff919209ce251404010063cfce40a46ca9046da382cf76dcfbbeb0548287ce24d99f14b0535db
7
- data.tar.gz: aff3e2f976f7bb794da79d30298d654ddab45785740c52c629df3aa0975069e65d01a752cc7a5b139dfa1a005c26019d95664a3e5950e31b0b970b19f4c5868a
6
+ metadata.gz: 529bb3737278d57b76450aa62869fa597369f76bd98f8cb10cad356a014ea46fa0b64e3f0851ab7fc48ae4d7fdd0deba0b289906ab78441dfe9fbad33b813295
7
+ data.tar.gz: 5b29d606472e12ddf7881686901868bb75b37dc25c54aefa31888da2bcc142f5007b7ea009b3758c44bb00d869ef9cdba1405a6c2269049fa35b5c47d34be14f
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # Vibefolio
2
+ ![screenshot of Vibefolio theme](screenshot.png)
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 `default.html` [layout](https://jekyllrb.com/docs/layouts/) right above the `</body>` tag.
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
@@ -7,6 +7,7 @@
7
7
  <div class="container">
8
8
  {% include header.html %}
9
9
  <div class="wrapper">
10
+ <h3>{{ page.title }}</h3>
10
11
  {{ content }}
11
12
  </div>
12
13
  </div>
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.0
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: 2021-12-30 00:00:00.000000000 Z
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