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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bae887418da14517443d6eb72b29c0ebb9d3f6eb2fac4b99defdb635d220b8ed
4
- data.tar.gz: e5a8faf3cb905b0f0250a8f967151b1b3a0c38dce568bc3a70c00acf3086462f
3
+ metadata.gz: 2735c727212fbfa389d4dd6ea938238fb08340ac3eaf572e7ac25318f67245a6
4
+ data.tar.gz: 567250060d8cf12852d7d1dfd692ca58bd5649a79f3f4340c3144b995c0f4c7a
5
5
  SHA512:
6
- metadata.gz: f00642894ab297b5b60d4a489a0f18c9eb1544b5347e42074cdd71650f6598a7307576b5a07af36e048cfb4862aca2182a27fa0fab93f1d077676d0b97d72cca
7
- data.tar.gz: 822b77e5a5f8ecb021ebdc1848684c5c4aafa62e17c427b8106b6c86f5bfa07e4cbdfd8849f628aaad406c7d9a7a2b28a0f883e3e7ae3eb8c2086b2dcd3da065
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>
@@ -1,4 +1,5 @@
1
1
  a {
2
+ color: $solarized-blue;
2
3
  text-decoration: none;
3
4
  }
4
5
 
@@ -1,6 +1,3 @@
1
- .post-link {
2
- color: $solarized-blue;
3
- }
4
1
 
5
2
  .post-meta {
6
3
  color: $solarized-yellow;
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.2
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-23 00:00:00.000000000 Z
11
+ date: 2018-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll