jekyll-theme-fibonacci 0.1.1 → 0.1.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a56b2feedd4f651a2545639a67949688054c1c87646329db1fc4e6582f6d92a
4
- data.tar.gz: c25e8d17d58b97290d443a6c4234b97bad5718a41b9eeca31cd85c330447868f
3
+ metadata.gz: 3889af997f478cc044fb81401e3d22e3208e4fbcb56720b973baef620525c97f
4
+ data.tar.gz: 84046212430f5f15fc128095f8a04370dfa088e56d77f6cd63a22e9673457bc3
5
5
  SHA512:
6
- metadata.gz: dff46d8d5884a1d65295320c8e69afeeae85a0aca3021f7c949ea7b125b5467641036cd840c142bff087e65b8c82632cf30f7963e7c90e173e754642df1688ea
7
- data.tar.gz: 2c4c9aafe3a67190c540b25319fbbd9916f91793a29beac7a4fd1b152447984d5d6bb8f349e1824e736aa37aa40870e5ed4dbffad8d757ee29589a2905099b03
6
+ metadata.gz: fae0ef9ec85a2ef9012d92aab48f7696f8c57a82db1cb056cbc028e127666f9719c3f003a06b60588a92677f7cafaeaef8088c09b3d807325871fe6eb69d439d
7
+ data.tar.gz: a1f8924913ff3ce3bfaea07233f21c11f0f93fed6f9cb854a34517104168a1c736abca992cabd1b99fafa3fe1cd4c598c4e8e211e403c4d802cb4f2c494bc03b
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
 
@@ -1,12 +1,10 @@
1
1
 
2
+ <!-- Google tag (gtag.js) -->
3
+ <script async src="https://www.googletagmanager.com/gtag/js?id={{site.google_analytics}}"></script>
2
4
  <script>
3
- if(!(window.doNotTrack === "1" || navigator.doNotTrack === "1" || navigator.doNotTrack === "yes" || navigator.msDoNotTrack === "1")) {
4
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
5
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
6
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
7
- })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
5
+ window.dataLayer = window.dataLayer || [];
6
+ function gtag(){dataLayer.push(arguments);}
7
+ gtag('js', new Date());
8
8
 
9
- ga('create', '{{ site.google_analytics }}', 'auto');
10
- ga('send', 'pageview');
11
- }
9
+ gtag('config', '{{site.google_analytics}}');
12
10
  </script>
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,14 +1,14 @@
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.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zhifei Yang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-28 00:00:00.000000000 Z
11
+ date: 2022-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll