solarized-blog-theme 0.0.2 → 0.1.0
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/_layouts/post.html +18 -0
- data/_sass/solarized-blog-theme/_base.scss +1 -0
- data/_sass/solarized-blog-theme/_layout.scss +0 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2735c727212fbfa389d4dd6ea938238fb08340ac3eaf572e7ac25318f67245a6
|
|
4
|
+
data.tar.gz: 567250060d8cf12852d7d1dfd692ca58bd5649a79f3f4340c3144b995c0f4c7a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 613b55d60a79d9e927a36a91fcb22a08bb90a61fceef8ce185dc32fec5aa53bf9e1f213183f0edd13b97f59387496ab21bbd67ccb9d3b9e0f2a14f50cdc095da
|
|
7
|
+
data.tar.gz: 047b86eb92b45e9965cd69f42bc9bcb4d598dece85afa31b425fc6e5d902be6480ca9fb81ccde49cf204029c37ed060b79d39ecedf1d2b752299e3ceda3cbf38
|
data/_layouts/post.html
CHANGED
|
@@ -28,3 +28,21 @@ layout: default
|
|
|
28
28
|
|
|
29
29
|
<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
|
|
30
30
|
</article>
|
|
31
|
+
|
|
32
|
+
<div id="disqus_thread">
|
|
33
|
+
</div>
|
|
34
|
+
<script>
|
|
35
|
+
/*
|
|
36
|
+
var disqus_config = function () {
|
|
37
|
+
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
|
|
38
|
+
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
|
|
39
|
+
};
|
|
40
|
+
*/
|
|
41
|
+
(function() { // DON'T EDIT BELOW THIS LINE
|
|
42
|
+
var d = document, s = d.createElement('script');
|
|
43
|
+
s.src = 'https://solarized-blog-theme.disqus.com/embed.js';
|
|
44
|
+
s.setAttribute('data-timestamp', +new Date());
|
|
45
|
+
(d.head || d.body).appendChild(s);
|
|
46
|
+
})();
|
|
47
|
+
</script>
|
|
48
|
+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: solarized-blog-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sohn Ryang
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-10-
|
|
11
|
+
date: 2018-10-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|