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 +4 -4
- data/README.md +4 -0
- data/_includes/disqus-comments.html +14 -16
- data/_includes/head.html +4 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72c0d5bee46ef2e2a5fdf2d4806b384a0ffd874c2be959802f8f5b9f100e8565
|
|
4
|
+
data.tar.gz: 0ddbc86539beb5e2dce6f30d778422be0d741a4ab0449943bb2b7577593c1782
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
(
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
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>
|
data/_includes/head.html
CHANGED
|
@@ -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.
|
|
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-
|
|
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: []
|