jekyll-theme-fibonacci 0.1.1 → 0.1.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/_layouts/blog.html +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a56b2feedd4f651a2545639a67949688054c1c87646329db1fc4e6582f6d92a
4
- data.tar.gz: c25e8d17d58b97290d443a6c4234b97bad5718a41b9eeca31cd85c330447868f
3
+ metadata.gz: 95de91f83dd3ab61ee19db4568751e7021055c91fb5a2dbf9f9a507139bf8c2d
4
+ data.tar.gz: 306627a1d3de765bb5b4ad56ec937658969446176ccceae94023cb377dbe7926
5
5
  SHA512:
6
- metadata.gz: dff46d8d5884a1d65295320c8e69afeeae85a0aca3021f7c949ea7b125b5467641036cd840c142bff087e65b8c82632cf30f7963e7c90e173e754642df1688ea
7
- data.tar.gz: 2c4c9aafe3a67190c540b25319fbbd9916f91793a29beac7a4fd1b152447984d5d6bb8f349e1824e736aa37aa40870e5ed4dbffad8d757ee29589a2905099b03
6
+ metadata.gz: ae621051610200c9c146aced1a142880c7dcbee6552be24a22cac7f72d8b7b6f088e9050afafbc9f06f54a17c52dcd8421c17ccd74e2d74e66caf431245464a4
7
+ data.tar.gz: d2f112b515cf9369d32a66587ffae0a672ecb8db5fb7ad71e8eebb01e8921d60efe6876988ada93c3d70f2cc3437eb8650907f2f801a481b51c80a4dffe27ebd
data/README.md CHANGED
@@ -30,7 +30,9 @@ Or install it yourself as:
30
30
 
31
31
  ## Usage
32
32
 
33
- Just like any other simple jekyll themes.
33
+ Just like any other simple jekyll themes. Additional configurations in `_config.yml` you might want to use:
34
+
35
+ - `subtitle`: the one-liner subtitle on the home page.
34
36
 
35
37
  ## Contributing
36
38
 
data/_layouts/blog.html CHANGED
@@ -70,7 +70,7 @@ title: Blog
70
70
 
71
71
  {%- else -%}
72
72
  <p>
73
- No post yet ...
73
+ No posts yet ...
74
74
  </p>
75
75
  {%- endif -%}
76
76
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-fibonacci
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zhifei Yang