jekyll-octopod 0.9.15 → 0.9.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/kramdown/parser/noopener_gfm.rb +3 -0
- data/lib/octopod/version.rb +1 -1
- metadata +24 -11
- data/assets/_config.yml +0 -47
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7cc3db1f3b9adaf7b344499f2dde45ed1dec9d1b6e9db640ac557011099ade44
|
4
|
+
data.tar.gz: df5a1e22bd51a85f14fec62e5eb8b6874e1696fca44a3b4ab3657cc03a0b4a5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b68099ff0e8223d7fbfd13ed97eb623d94660e75a4cf53df0095980452bf3f3d83a35eb68559d015816096466545c39b25aa3b9f444e41766f030e5bf5dae1fb
|
7
|
+
data.tar.gz: 2dea47a3dcaec9774698a0aea13ecf01f0dfbd8a5c8e3f4d40d4e4a4f51bd616df90858faddac9f4f59ff87ac781994153da8051ad5a451c4b5ae0c518c86707
|
data/lib/octopod/version.rb
CHANGED
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.
|
4
|
+
version: 0.9.17
|
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-
|
12
|
+
date: 2020-04-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: facets
|
@@ -31,56 +31,70 @@ dependencies:
|
|
31
31
|
requirements:
|
32
32
|
- - "~>"
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: '
|
34
|
+
version: '4.0'
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
39
|
- - "~>"
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version: '
|
41
|
+
version: '4.0'
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: jekyll-bootflat
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
46
|
- - "~>"
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: 0.
|
48
|
+
version: 0.3.1
|
49
49
|
type: :runtime
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
53
|
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
|
-
version: 0.
|
55
|
+
version: 0.3.1
|
56
56
|
- !ruby/object:Gem::Dependency
|
57
57
|
name: rspec
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
59
59
|
requirements:
|
60
60
|
- - "~>"
|
61
61
|
- !ruby/object:Gem::Version
|
62
|
-
version: '
|
62
|
+
version: '3.9'
|
63
63
|
type: :development
|
64
64
|
prerelease: false
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
66
66
|
requirements:
|
67
67
|
- - "~>"
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version: '
|
69
|
+
version: '3.9'
|
70
70
|
- !ruby/object:Gem::Dependency
|
71
71
|
name: jekyll-admin
|
72
72
|
requirement: !ruby/object:Gem::Requirement
|
73
73
|
requirements:
|
74
74
|
- - "~>"
|
75
75
|
- !ruby/object:Gem::Version
|
76
|
-
version: 0.
|
76
|
+
version: '0.10'
|
77
77
|
type: :runtime
|
78
78
|
prerelease: false
|
79
79
|
version_requirements: !ruby/object:Gem::Requirement
|
80
80
|
requirements:
|
81
81
|
- - "~>"
|
82
82
|
- !ruby/object:Gem::Version
|
83
|
-
version: 0.
|
83
|
+
version: '0.10'
|
84
|
+
- !ruby/object:Gem::Dependency
|
85
|
+
name: kramdown-parser-gfm
|
86
|
+
requirement: !ruby/object:Gem::Requirement
|
87
|
+
requirements:
|
88
|
+
- - "~>"
|
89
|
+
- !ruby/object:Gem::Version
|
90
|
+
version: '1.1'
|
91
|
+
type: :runtime
|
92
|
+
prerelease: false
|
93
|
+
version_requirements: !ruby/object:Gem::Requirement
|
94
|
+
requirements:
|
95
|
+
- - "~>"
|
96
|
+
- !ruby/object:Gem::Version
|
97
|
+
version: '1.1'
|
84
98
|
description: Enables you to publish your podcast using the Jekyll static site generator,
|
85
99
|
creating feeds and a reasonably looking website
|
86
100
|
email:
|
@@ -92,7 +106,6 @@ extra_rdoc_files: []
|
|
92
106
|
files:
|
93
107
|
- README.md
|
94
108
|
- Rakefile
|
95
|
-
- assets/_config.yml
|
96
109
|
- assets/_config.yml.sample
|
97
110
|
- assets/_includes/disqus_count.html
|
98
111
|
- assets/_includes/disqus_thread.html
|
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
|