jekyll-theme-hyde-plus 0.1.1 → 0.2.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
  SHA1:
3
- metadata.gz: 7b230e1f3f2442a94df9a12d0ea99bb1d73b5f50
4
- data.tar.gz: e920dd625c7d366410fb42640ed29eebce442d6a
3
+ metadata.gz: 808b2553c38f563e0f1b4c9ed21c971e0bbaf54e
4
+ data.tar.gz: 892903b5f5f8ab21ba11636245de16bbbb590527
5
5
  SHA512:
6
- metadata.gz: d7cfa03a875f8d1447a4bd8a7fa1312f4617e4192f50eda6a500561d2aa62ceb767f95f5b71ec0f7f708712189f68ff64123d0638d5867201b162bdf30f62344
7
- data.tar.gz: 22608cbf7fcf4d58f6395e0ba91127fa59858eabcebc9415932dc36bd6a6b7fcfb7c20295d2dc4ff09f3db0cbfddd7dee302305e680419134d2e4d6891f4557b
6
+ metadata.gz: fc2d358de55bb18725573542addfd1cb9e51c518bc2bcf978f8dac733b63b055eea16fef2fa686d336ea013f5346354e1f6c0414b1168ed2f180e2f1a57387de
7
+ data.tar.gz: e6c882376cee86df7ff243aa849c8284d2adce39007d15b67a250cddf4b350b2de74828f11f7c24fae38f857030496ee40bbe5cb4c465ea9916d26552f9e29e3
@@ -10,7 +10,7 @@
10
10
  </div>
11
11
 
12
12
  <nav class="sidebar-nav">
13
- <a class="sidebar-nav-item{% if page.url == site.baseurl %} active{% endif %}" href="{{ site.baseurl }}">Home</a>
13
+ <a class="sidebar-nav-item{% if page.url == '/' %} active{% endif %}" href="{{ site.url }}">Home</a>
14
14
 
15
15
  {% comment %}
16
16
  The code below dynamically generates a sidebar nav of pages with
data/_layouts/post.html CHANGED
@@ -23,3 +23,24 @@ layout: default
23
23
  {% endfor %}
24
24
  </ul>
25
25
  </div>
26
+
27
+ <div id="disqus_thread"></div>
28
+ <script>
29
+
30
+ /**
31
+ * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
32
+ * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
33
+ /*
34
+ var disqus_config = function () {
35
+ this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
36
+ this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
37
+ };
38
+ */
39
+ (function() { // DON'T EDIT BELOW THIS LINE
40
+ var d = document, s = d.createElement('script');
41
+ s.src = 'https://{{ site.disqus_username }}.disqus.com/embed.js';
42
+ s.setAttribute('data-timestamp', +new Date());
43
+ (d.head || d.body).appendChild(s);
44
+ })();
45
+ </script>
46
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
data/assets/css/hyde.css CHANGED
@@ -65,8 +65,7 @@ html {
65
65
  top: 0;
66
66
  left: 0;
67
67
  bottom: 0;
68
- min-width: 18rem;
69
- max-width: 20rem;
68
+ width: 20rem;
70
69
  text-align: left;
71
70
  }
72
71
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-hyde-plus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emmanuel Corrales