jekyll-octopod-bulma 0.1.3 → 0.1.5

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: c97022d57e37ed7672dc11bf72b1de1bd106ef127d4623012c6bb4dca1009bde
4
- data.tar.gz: c28aafe74a51364cdd669e194115b26e3cccf3fc955001c39be6d4e87bbcc4cd
3
+ metadata.gz: dab8d8f3c1bc3f137245f7aada59824f3fae307d977c55bea44c08ffbe9fe2d4
4
+ data.tar.gz: 78c14cfda3ec638fff61f3be177437950b3b339272aaee7d54f9289038519d26
5
5
  SHA512:
6
- metadata.gz: cd9f70ab28d94f4ea3fd61115b31a931d6d646c05a6d78aea6db820ffb3be850baa27bdfac115f5ea65f16ec57ceb3df245df145694a9044377a866c5420e302
7
- data.tar.gz: 5928bfe2d86fff8ecbd8259a7d059e15250efa632d8f9bd0da0765f6e3ad52a7652d33f7ad11162a594c49d41c1a7395cbb4f1622902172887a1f9df57180b0d
6
+ metadata.gz: d2c931eab9d49447ce15100b504b310f120bc02860eb6567a4ac65765caabd5f0bb9199a4eb38a98d7df9d84b03fed8e79321b85a52b34a149953f008b1a4278
7
+ data.tar.gz: 61edf9af00be944ba343b2e812b57cd56871f64befa60ffdcedba8c8b46c67e4e19c12e8f5ea2328c4af4363fb2cbd4ab91b138deec6425f033d195097d3d902
data/_includes/post.html CHANGED
@@ -18,7 +18,6 @@
18
18
  {% endfor %}
19
19
  {% endif %}
20
20
  <hr>
21
- {% unless page.url == '/index.html' %}{% include disqus_thread.html %}{% endunless %}
22
21
  {% unless page.url == '/index.html' %}{% include isso_thread.html %}{% endunless %}
23
22
  <hr>
24
23
  </section>
@@ -50,14 +50,6 @@
50
50
  {% endfor %}
51
51
  </ol>
52
52
 
53
- <h4 class="title is-4">JSON-Feeds</h4>
54
-
55
- <ol type="i">
56
- {% for jsonfeed in site['json_feed_formats'] %}
57
- <li><a href="{{ site['url']}}/feed.{{ jsonfeed }}.json"><i class="las la-rss-square"></i> {{ jsonfeed }}-JSON-Feed</a></li>
58
- {% endfor %}
59
- </ol>
60
-
61
53
  <h4 class="title is-4">Directories</h4>
62
54
 
63
55
  <ol type="i">
@@ -16,12 +16,6 @@
16
16
  <link rel="stylesheet" type="text/css" href="/assets/css/main.css">
17
17
 
18
18
  <script src="/assets/js/dropdown.js"></script>
19
-
20
- {% if site.disqus_shortname %}
21
- <script>
22
- {{ site | disqus_config }}
23
- </script>
24
- {% endif %}
25
19
  </head>
26
20
 
27
21
  <body>
data/_layouts/feed.xml CHANGED
@@ -58,7 +58,6 @@ layout: null
58
58
  <title>{{ post.title }} - {{ post.subtitle }}</title>
59
59
  <link>{{ site.url }}{{ post.url }}</link>
60
60
  <atom:link rel="http://podlove.org/deep-link" href="{{ site.url }}/players/{{ post.slug }}"/>
61
- <comments>{{ site.url }}{{ post.url }}#disqus_thread</comments>
62
61
  <pubDate>{{ post.date | time_to_rssschema }}</pubDate>
63
62
  {% for category in post.categories %}
64
63
  <category><![CDATA[{{ category }}]]></category>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-octopod-bulma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Haslinger
@@ -59,8 +59,6 @@ extra_rdoc_files: []
59
59
  files:
60
60
  - LICENSE.txt
61
61
  - README.md
62
- - _includes/disqus_count.html
63
- - _includes/disqus_thread.html
64
62
  - _includes/isso_thread.html
65
63
  - _includes/post.html
66
64
  - _includes/post_header.html
@@ -68,7 +66,6 @@ files:
68
66
  - _includes/sidebar.html
69
67
  - _layouts/default.html
70
68
  - _layouts/feed.xml
71
- - _layouts/jsonfeed.json
72
69
  - _layouts/page.html
73
70
  - _layouts/player_index.html
74
71
  - _layouts/post.html
@@ -1,13 +0,0 @@
1
- {% if site.disqus_shortname %}
2
- <a class="button is-dark is-pulled-right" href="{{ site.url }}{{ post.url }}#disqus_thread">
3
- <script type="text/javascript">
4
- (function () {
5
- {{ site | disqus_config:post }}
6
- var s = document.createElement('script'); s.async = true;
7
- s.type = 'text/javascript';
8
- s.src = 'https://{{ site.disqus_shortname }}.disqus.com/count.js';
9
- (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
10
- }());
11
- </script>
12
- </a>
13
- {% endif %}
@@ -1,13 +0,0 @@
1
- {% if site.disqus_shortname %}
2
- <div id="disqus_thread"></div>
3
- <script type="text/javascript">
4
- {{ site | disqus_config:post }}
5
- (function() {
6
- var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
7
- dsq.src = 'https://{{ site.disqus_shortname }}.disqus.com/embed.js';
8
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
9
- })();
10
- </script>
11
- <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
12
- <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
13
- {% endif %}
@@ -1,52 +0,0 @@
1
- ---
2
- layout: null
3
- ---
4
- {%- if site.download_url == "" or site.download_url == nil -%}
5
- {%- assign download_url = site.url | append: '/episodes' -%}
6
- {%- else -%}
7
- {%- assign download_url = site.download_url -%}
8
- {%- endif -%}
9
-
10
- {"version": "https://jsonfeed.org/version/1",
11
- "title": "{{ site.title | xml_escape }}",
12
- "home_page_url": "{{ "/" | absolute_url }}",
13
- "feed_url": "{{ "/feed.json" | absolute_url }}",
14
- "description": {{ site.description | jsonify }},
15
- "user_comment": {{ site.description | jsonify }},
16
- "icon": "{{ "/assets/apple-touch-icon-precomposed.png" | absolute_url }}",
17
- "favicon": "{{ "/assets/favicon.ico" | absolute_url }}",
18
- "expired": false,
19
- "author": {
20
- "name": {{ site.author | jsonify }},
21
- "url": {{ site.author_url | jsonify }}
22
- },
23
- "items": [
24
- {%- for post in site.posts limit:36 -%}
25
- {% assign url = download_url | append: '/' | append: post.audio[page.format] %}
26
- {"id": "{{ post.url | absolute_url | sha1 }}",
27
- "title": {{ post.title | jsonify }},
28
- "summary": "",
29
- "content_text": {{ post.content | strip_html | strip_newlines | jsonify }},
30
- "content_html": {{ post.content | strip_newlines | jsonify }},
31
- "url": "{{ post.url | absolute_url }}",
32
- {%- if post.tags.size > 0 -%}"tags": {{ post.tags | jsonify }}, {%- endif -%}
33
- {% if post.audio.size > 1 %}
34
- "attachments": [
35
- {"url": "{{ url }}",
36
- "mime_type": "audio/mpeg",
37
- {%- if post.filesize -%}
38
- "size_in_bytes": "{{ post | size_by_format: page.format }}"
39
- {%- else -%}
40
- "size_in_bytes": "{{ post.audio | audio:mp3 | file_size }}"
41
- {%- endif -%}
42
- }
43
- ],{% endif %}
44
- "date_published": "{{ post.date | date_to_xmlschema }}",
45
- "date_modified": "{{ post.date | date_to_xmlschema }}",
46
- "author": {
47
- "name": "{{ post.author }}"
48
- }
49
- }{% if forloop.last == false %},{% endif %}
50
- {%- endfor -%}
51
- ]
52
- }