jekyll-octopod 0.9.21 → 0.9.22

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: 51b3fae64da46283573a29d3c204a88c65f9716a96b6a8b21f6272e574e43a5c
4
- data.tar.gz: c138408b0ef6153bcd5f03e05e7280cf42cf2c776b0e72cf563e898cc97cc855
3
+ metadata.gz: 73ed598408ae600512526e5a81234f4220e8b7166e150a06cc255dc4bbad7431
4
+ data.tar.gz: 8214053cb77a14ca0736992f0f4e105b452fa3a48931c642d4b52294b8e7fd93
5
5
  SHA512:
6
- metadata.gz: 3c214b0b479e328e9a1cad087b78bd1886d03ca22fb8d0772fc5875a8ed0cf5ffa693e203e23ddecfb0776fd340e900a598517907780b3a2beace1e8db632236
7
- data.tar.gz: bbd1c1e6462f9702c810ca5d4c97fb10c1f31a00545574a1741a3f22dc9574f517d5f58fc5530ccf987a0d354ee46031b5b211d772fdb0f939a1649f46c8c294
6
+ metadata.gz: a84d389a9ec9aca49e65b4f3fa51247af8972fa05020da16537d8e812583df196f2a5980a1440a000f33e2b4df078be6386e09e9c8a252e719ebe7bafa1c666f
7
+ data.tar.gz: 7b1eb2bb84f26621de2c15f48521a21fa94b304d934cc07aa57ebc560a683d23614298083cecb33bafe7ec83cc7bee3940b1d269f9d8ce7510998c42190f1e56
@@ -0,0 +1,47 @@
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
@@ -2,7 +2,7 @@
2
2
  <h1>
3
3
  <a class='episode_title' href='{{ site.url }}{{ post.url }}#{{ post.id | sha1:8 }}'>{{ post.title }}</a>
4
4
  <small class='episode_date'>
5
- {% if site.language == "en" %}
5
+ {% if site.language == "de" %}
6
6
  {{ post.date | full_date_de }}
7
7
  {% else %}
8
8
  {% if post.datum %}
@@ -3,7 +3,7 @@ module Jekyll
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
5
  MINOR = 9
6
- TINY = 21
6
+ TINY = 22
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.9.21
4
+ version: 0.9.22
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: 2020-04-18 00:00:00.000000000 Z
12
+ date: 2020-04-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: facets
@@ -106,6 +106,7 @@ extra_rdoc_files: []
106
106
  files:
107
107
  - README.md
108
108
  - Rakefile
109
+ - assets/_config.yml
109
110
  - assets/_config.yml.sample
110
111
  - assets/_includes/disqus_count.html
111
112
  - assets/_includes/disqus_thread.html