jekyll-octopod 0.8.0 → 0.8.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
  SHA1:
3
- metadata.gz: 21de0327f29042bd4c914186b7beb2c2a3a95eb2
4
- data.tar.gz: bb7f767175f22f6a921972528e6370ba6b277404
3
+ metadata.gz: 44b604eda2427b0266c52dd10ec30747b602164c
4
+ data.tar.gz: ccd34c35b74a63ae4c0a57d6d28a0e5429d88066
5
5
  SHA512:
6
- metadata.gz: cf1de9bb1048d08a12d29187cd94338c39740d9941790782d56ed86565b51e30dddd2b2c636e05021e1dfd9e382b4c95d8047b162b3639c48c85259fd07e20b3
7
- data.tar.gz: 93e8f5d337f699c71801898afce4637b2bba33df9d3fc7fe8a971f6ff775d273185fad3fea05b64516545c196379f3d3c67fe4cb91d06be9dc343af0ff6d8575
6
+ metadata.gz: ac7d9fa8c945ed69ba5e5b6bf962a787fd6bd2a0ad448d196d7eb6a8ebff20d458611e5dd7c0cf43a159de050b9c88de8f25b7d289c3d37a0f3996a468484b0c
7
+ data.tar.gz: 18bc264391607b0a6fb9f48d4279d6b7fedd40ca1742eb2c632d7aa3548990f24df45718c8c94faecf96138446e3fdc52855a76bf82a70729d6f73c8df5c6ecf
@@ -37,6 +37,8 @@ disqus_shortname: # Disqus will not be used unless this is set
37
37
  disqus_developer: 0 # 1 / 0
38
38
  ## Itunes link ###########################################################
39
39
  itunes_url: "https://itunes.apple.com/at/podcast/myname/id#myid#"
40
+ ## Isso comments #########################################################
41
+ use_isso: no # set to 'yes' to include isso comments form
40
42
 
41
43
  gems: [jekyll-octopod]
42
- theme: jekyll-bootflat
44
+ theme: jekyll-bootflat
@@ -0,0 +1,6 @@
1
+ {% if site.use_isso == 'yes' %}
2
+ <script data-isso="{{ site.url }}/isso/" src="{{ site.url }}/isso/js/embed.min.js"></script>
3
+
4
+ <section id="isso-thread"></section>
5
+ <noscript>Please enable JavaScript to view the <a href="https://posativ.org/isso">comments powered by Isso.</a></noscript>
6
+ {% endif %}
@@ -14,5 +14,6 @@
14
14
  {{ site | flattr_button:post }}
15
15
  <a href="https://twitter.com/share" class="twitter-share-button" data-url="{{ site.url }}{{post.url }}" data-text="{{ post.title }}">Tweet</a>
16
16
  {% unless page.url == '/index.html' %}{% include disqus_thread.html %}{% endunless %}
17
+ {% unless page.url == '/index.html' %}{% include isso_thread.html %}{% endunless %}
17
18
  <hr>
18
19
  </section>
@@ -1,7 +1,7 @@
1
1
  <div class="page-header">
2
2
  <h1>
3
3
  <a class='episode_title' href='{{ site.url }}{{ post.url }}#{{ post.id | sha1:8 }}'>{{ post.title }}</a>
4
- <small>{{ post.datum }}</small>
5
- {% include disqus_count.html %}
6
- </h1>
4
+ <small class='episode_date'>{{ post.datum }}</small> <br />
5
+ <small>{{ post.subtitle }}</small>
6
+ </h1>
7
7
  </div>
@@ -0,0 +1,13 @@
1
+ // Improve visibility of subtitles and similar text by increasing contrast
2
+ h1 small, h2 small, h3 small {
3
+ color: #77778C;
4
+ }
5
+
6
+ btn small, .btn small {
7
+ color: #2A2A2A;
8
+ }
9
+
10
+ // Making the date smaller improves the episode header when it includes the subtitle
11
+ .episode_date {
12
+ font-size: 45%;
13
+ }
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: Inprint
2
+ title: Imprint
3
3
  layout: default
4
4
  navigation: 1
5
5
  ---
File without changes
@@ -3,7 +3,7 @@ module Jekyll
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
5
  MINOR = 8
6
- TINY = 0
6
+ TINY = 1
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-octopod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arne Eilermann
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-01-30 00:00:00.000000000 Z
12
+ date: 2017-02-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -70,11 +70,11 @@ extra_rdoc_files: []
70
70
  files:
71
71
  - README.md
72
72
  - Rakefile
73
- - assets/_config.yml
74
73
  - assets/_config.yml.sample
75
74
  - assets/_includes/disqus_count.html
76
75
  - assets/_includes/disqus_thread.html
77
76
  - assets/_includes/flattr_loader.html
77
+ - assets/_includes/isso_thread.html
78
78
  - assets/_includes/post.html
79
79
  - assets/_includes/post_header.html
80
80
  - assets/_includes/post_line.html
@@ -86,6 +86,7 @@ files:
86
86
  - assets/_layouts/player_index.html
87
87
  - assets/_layouts/post.html
88
88
  - assets/_posts/2016-03-22-episode0.md
89
+ - assets/_sass/_overrides.scss
89
90
  - assets/apple-touch-icon-precomposed.png
90
91
  - assets/episodes.m4a.rss
91
92
  - assets/episodes.mp3.rss
@@ -126,8 +127,8 @@ files:
126
127
  - assets/img/logo/ms-icon-150x150.png
127
128
  - assets/img/logo/ms-icon-310x310.png
128
129
  - assets/img/logo/ms-icon-70x70.png
129
- - assets/index.html
130
- - assets/inprint.md
130
+ - assets/imprint.md
131
+ - assets/index.md
131
132
  - bin/octopod
132
133
  - lib/jekyll-octopod.rb
133
134
  - lib/jekyll/flattr_filters.rb
@@ -160,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
160
161
  version: '0'
161
162
  requirements: []
162
163
  rubyforge_project: jekyll-
163
- rubygems_version: 2.5.2
164
+ rubygems_version: 2.5.1
164
165
  signing_key:
165
166
  specification_version: 4
166
167
  summary: Podcasting Publishing Extension for Jekyll
data/assets/_config.yml DELETED
@@ -1,47 +0,0 @@
1
- # You have to configure this ###################################################
2
- title: Octopod
3
- # You should configure this ####################################################
4
- url: http://localhost:4000
5
- subtitle: Static Site Podcast Publishing for Geeks
6
- description: My super duper cool podcast.
7
- author: Uncle Octopod
8
- email: octopod@example.com
9
- keywords: [octopod, podcast, magic]
10
- itunes_categories: [Technology]
11
- # additional_feeds:
12
- # itunes: http://itunes.apple.com/de/podcast/podcast_name/id42424242
13
- # torrent_m4a: http://bitlove.org/example_user/example_podcast_m4a/feed
14
- # torrent_mp3: http://bitlove.org/example_user/example_podcast_mp3/feed
15
- episodes_per_feed_page: 100
16
- ## Rsync Deploy config #########################################################
17
- ### Be sure your public key is listed in your server's ~/.ssh/authorized_keys
18
- ### file.
19
- ssh_host: user@host.org
20
- ssh_port: 22
21
- document_root: /path/to/your/htdocs/
22
- rsync_delete: true
23
- # You can configure this #######################################################
24
- twitter_nick: my_twitter_handle
25
- language: en
26
- explicit: 'no' # 'yes'/'no'/clean
27
- license: CC BY 4.0
28
- license_url: https://creativecommons.org/licenses/by/4.0/
29
- license_image_url: https://i.creativecommons.org/l/by/4.0/88x31.png
30
- ## Flattr ######################################################################
31
- flattr_uid: # Flattr will not be used unless this is set
32
- flattr_button: compact # compact | default
33
- flattr_mode: auto # auto | manual(default)
34
- flattr_popout: 1 # 1 | 0 (show popout when hovering mouse over button)
35
- flattr_language: en_GB # available languages - https://api.flattr.com/rest/v2/languages.txt
36
- flattr_category: audio # available categories - https://api.flattr.com/rest/v2/categories.txt
37
- ## Disqus comments #############################################################
38
- disqus_shortname: # Disqus will not be used unless this is set
39
- disqus_developer: 0 # 1 / 0
40
- ## Feed links ###########################################################
41
- itunes_url: https://itunes.apple.com/at/podcast/myname/id#myid#
42
- bitlove_url: https://bitlove.org/myaccount
43
- fyyd_url: https://fyyd.de/podcast/myaccount/myid
44
- gpodder_url: https://gpodder.net/podcast/mypodcast
45
-
46
- gems: [jekyll-octopod]
47
- theme: jekyll-bootflat