jekyll-theme-ascii 0.1.0 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a056f6fde734b986d5765566ac4ed0cd1212fdca949ebf778876de968e86c9e4
4
- data.tar.gz: 42be832e50fadfcecc4270ef8a7acfef8ae12e832c73692a7cd9bd26bde50871
3
+ metadata.gz: c67743b834b43973c9bbf569ced9dcca0de198f882dab2dbed28465e3e7284b9
4
+ data.tar.gz: 3b79283c1f88062fb345b058f774acec1a4543742f1f9dc1e857632d55ccc061
5
5
  SHA512:
6
- metadata.gz: 86fe6a4d6ec7c33f7c23dfe6a1b2453a876c2bda8cc5cd4a6452c32f65f19ef5d791f5a8e40c4712d40917724ba1729d931d19c972f5810bd21dc984142fe6cd
7
- data.tar.gz: 6cd0e79e5e40855fa9046b7259ec5bc8705ab5deeea2238444637977a30c6ecab433925cb5b2da3bc42cf61927d34ab6aaa969e720cd540795a49177acf75031
6
+ metadata.gz: 32021fb8ec5c27a784b1c209a11ef3bea2b690e6093d56d498084fbbb8a206d9bb0dd4b291033dce5842dddc3b594924ea9810d9691d6e04d11d5f7484bf58bd
7
+ data.tar.gz: 26faf1f646a8414cfd634d358731e01afd4723eb69591afbdc528093f31f690f290065c41272b8111a0de52b769f6fad6d32fe23809e699ad5721cdbd572b956
data/_config.yml CHANGED
@@ -9,7 +9,7 @@ description: >
9
9
 
10
10
  show_excerpts: false
11
11
 
12
- theme: jekyll-theme-ascii
12
+ external_theme: antoniovazquezblanco/jekyll-theme-ascii
13
13
 
14
14
  plugins:
15
15
  - jekyll-feed
@@ -0,0 +1,17 @@
1
+ {%- if page.comments != false and 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
16
+ powered by Disqus.</a></noscript>
17
+ {%- endif -%}
data/_layouts/post.html CHANGED
@@ -6,4 +6,8 @@ layout: default
6
6
  {%- assign date_format = "%Y-%m-%d" -%}
7
7
  [ {{ page.date | date: date_format }} ]
8
8
 
9
- {{ content }}
9
+ {{ content }}
10
+
11
+ {%- if site.disqus.shortname -%}
12
+ {%- include disqus_comments.html -%}
13
+ {%- endif -%}
@@ -101,6 +101,10 @@ footer {
101
101
  margin-bottom: 20px;
102
102
  }
103
103
 
104
+ img {
105
+ max-width: 100%;
106
+ }
107
+
104
108
  img.home_header {
105
109
  width: 100%;
106
110
  margin-top: 5%;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-ascii
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antonio Vázquez Blanco
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-17 00:00:00.000000000 Z
11
+ date: 2022-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.9'
19
+ version: 3.9.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '3.9'
26
+ version: 3.9.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jekyll-feed
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -91,6 +91,7 @@ files:
91
91
  - README.md
92
92
  - _config.yml
93
93
  - _includes/custom-head.html
94
+ - _includes/disqus.html
94
95
  - _includes/footer.html
95
96
  - _includes/google-analytics.html
96
97
  - _includes/head.html