blackandpink 0.1.0 → 0.1.1

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: 2bc3a0a4487acd86bbff102c5cd84e3428fa415fb528dcd7633feb8c054a88f5
4
- data.tar.gz: 9b6ffc000c49b192ebd508835fcd164a6275b7a04f4283573d0e6db5891d642f
3
+ metadata.gz: 72c0d5bee46ef2e2a5fdf2d4806b384a0ffd874c2be959802f8f5b9f100e8565
4
+ data.tar.gz: 0ddbc86539beb5e2dce6f30d778422be0d741a4ab0449943bb2b7577593c1782
5
5
  SHA512:
6
- metadata.gz: 8419d64e6a34606005d29eba053ccac6f76b328ffde3e6346c100502793952454fc8c2bf4f2d325b01c964ee62c697ff125a692386a1aabb65971f25234b2a93
7
- data.tar.gz: 2902e7295ad6cdb965b4a2bfe0206d36f9f07cf57dc353a21447ac2af67aee7c01dafe60d490794184f303fd64f64e23c8f464cf1aa3b04e222f274e02141d5e
6
+ metadata.gz: 66caf110f1905559cf3358619170723c4c037350af58562c39cd60444c5a37cfd604c67374421ec513a32f939d602eeb9d6f349341cef7ac2e69f13815176d2d
7
+ data.tar.gz: 06ce1f79137668edabe202ebfb891104bfe09780e039f2d52a10161d859d49f7eb7fa96f1b2db48953333d154c86eece861d3d2427efaa10522bc9a2dc2001f3
data/README.md CHANGED
@@ -31,3 +31,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/jaiver
31
31
  ## License
32
32
 
33
33
  The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
34
+
35
+ ## TODO
36
+
37
+ - Fix youtubePlayer.html (need to figure this out, or else just remove it)
@@ -1,16 +1,14 @@
1
- {% if jekyll.environment == "production" %}
2
- <div id="disqus_thread"></div>
3
- <script>
4
- var disqus_config = function () {
5
- this.page.url = '{{ page.url | absolute_url }}';
6
- this.page.identifier = '{{ page.url | absolute_url }}';
7
- };
8
- (function() {
9
- var d = document, s = d.createElement('script');
10
- s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
11
- s.setAttribute('data-timestamp', +new Date());
12
- (d.head || d.body).appendChild(s);
13
- })();
14
- </script>
15
- <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
16
- {% endif %}
1
+ <div id="disqus_thread"></div>
2
+ <script>
3
+ var disqus_config = function () {
4
+ this.page.url = '{{ page.url | absolute_url }}';
5
+ this.page.identifier = '{{ page.url | absolute_url }}';
6
+ };
7
+ (function() {
8
+ var d = document, s = d.createElement('script');
9
+ s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
10
+ s.setAttribute('data-timestamp', +new Date());
11
+ (d.head || d.body).appendChild(s);
12
+ })();
13
+ </script>
14
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
@@ -21,4 +21,8 @@
21
21
  {%- if jekyll.environment == 'production' and site.google_analytics -%}
22
22
  {%- include google-analytics.html -%}
23
23
  {%- endif -%}
24
+
25
+ {%- if jekyll.environment == 'production' and site.disqus.shortname -%}
26
+ {%- include disqus-comments.html -%}
27
+ {%- endif -%}
24
28
  </head>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blackandpink
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - ''
7
+ - Jai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-27 00:00:00.000000000 Z
11
+ date: 2020-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -26,7 +26,7 @@ dependencies:
26
26
  version: '4.1'
27
27
  description:
28
28
  email:
29
- - ''
29
+ - jai2.verma@outlook.com
30
30
  executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []