minimalist-theme 0.1.8 → 0.1.9
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 +2 -0
- data/_includes/disqus.html +16 -0
- data/_includes/google-analytics.html +9 -0
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 51f6779d22e708276821cfa688d8c3a4dd49506a19bcc9b06cc452a9f6522abe
|
|
4
|
+
data.tar.gz: c6293072ae38f64f7b121b410a7e7e8dc9eb5654a0f609dc559cde83fae17bb2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 291be2d7089be7859c5dee7f734d1db691ec0cea64718e379e4a116c5669ff6b8f14f9d261725645e4d2ded50367bd5a6d82e226603775bdaa90d3ef2dbe7da1
|
|
7
|
+
data.tar.gz: 494df7a9a1bf329fb2b82c462d16a994a6bbda11d442f94491c5810833d00fca0fda49a1f94effc627c66b55ddc8641c508e94d37ec6765ae8b2258c52b7f5f6
|
data/README.md
CHANGED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<div id="disqus_thread"></div>
|
|
2
|
+
<script>
|
|
3
|
+
|
|
4
|
+
var disqus_config = function () {
|
|
5
|
+
this.page.url = '{{ page.url | absolute_url }}';
|
|
6
|
+
this.page.identifier = '{{ page.url | absolute_url }}';
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
(function() { // DON'T EDIT BELOW THIS LINE
|
|
10
|
+
var d = document, s = d.createElement('script');
|
|
11
|
+
s.src = '{{ site.disqus_url }}';
|
|
12
|
+
s.setAttribute('data-timestamp', +new Date());
|
|
13
|
+
(d.head || d.body).appendChild(s);
|
|
14
|
+
})();
|
|
15
|
+
</script>
|
|
16
|
+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
2
|
+
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.id_google_analytics }}"></script>
|
|
3
|
+
<script>
|
|
4
|
+
window.dataLayer = window.dataLayer || [];
|
|
5
|
+
function gtag(){dataLayer.push(arguments);}
|
|
6
|
+
gtag('js', new Date());
|
|
7
|
+
|
|
8
|
+
gtag('config', '{{ site.id_google_analytics }}');
|
|
9
|
+
</script>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: minimalist-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- YannickDurden
|
|
@@ -109,7 +109,9 @@ extra_rdoc_files: []
|
|
|
109
109
|
files:
|
|
110
110
|
- LICENSE.txt
|
|
111
111
|
- README.md
|
|
112
|
+
- _includes/disqus.html
|
|
112
113
|
- _includes/footer.html
|
|
114
|
+
- _includes/google-analytics.html
|
|
113
115
|
- _includes/header.html
|
|
114
116
|
- _includes/navigation.html
|
|
115
117
|
- _layouts/about.html
|