This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml.sample
81 lines (64 loc) · 2.9 KB
/
_config.yml.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
title: Octopod
url: http://localhost:4000
### download_url: is needed, if and only if audio files are hosted in a different location, it is the path of the directory where the audio files are stored
download_url: "http://your.fancy.hosting/episodes"
subtitle: Static Site Podcast Publishing for Geeks
description: My super duper cool podcast.
author: Uncle Octopod
### author_url: This is the URL of a site owned by the author (see https://jsonfeed.org/version/1)
author_url: "http://your.fancy.hosting/"
email: [email protected]
keywords: [octopod, podcast, magic]
itunes_categories: [Technology]
episodes_per_feed_page: 100
player_theme: default # default | "default-dark" | legacy | minimal | republica
### Date can be localized via date_de.rb plugin, you don't need to change this
date_format: ordinal
### Rsync Deploy config: Be sure your public key is listed in your server's ~/.ssh/authorized_keys file
ssh_host: [email protected]
ssh_port: 22
document_root: /path/to/your/htdocs/
rsync_delete: true
### Twiter config, optional
twitter_nick: my_twitter_handle # Twitter will not be used unless this is set
language: en
explicit: "no" # "yes" | "no" | clean
### License Config, you really should configure this
license: CC BY 4.0
license_url: https://creativecommons.org/licenses/by/4.0/
license_image_url: https://i.creativecommons.org/l/by/4.0/88x31.png
### Feed links, optional
itunes_url: https://itunes.apple.com/at/podcast/myname/id232323
# google_play_url: https://playmusic.app.goo.gl/...
# bitlove_url: https://bitlove.org/myaccount
# fyyd_url: https://fyyd.de/podcast/myaccount/myid
# gpodder_url: https://gpodder.net/podcast/mypodcast
### Additional Feeds, optional
# itunes: http://itunes.apple.com/de/podcast/podcast_name/id42424242
# torrent_m4a: http://bitlove.org/example_user/example_podcast_m4a/feed
# torrent_mp3: http://bitlove.org/example_user/example_podcast_mp3/feed
### Flattr config, optional
flattr_uid: # Flattr will not be used unless this is set
flattr_button: compact # compact | default
flattr_mode: auto # auto | manual
flattr_popout: 1 # 1 | 0 (show popout when hovering mouse over button)
flattr_language: en_GB # available languages see https://api.flattr.com/rest/v2/languages.txt
flattr_category: audio # available categories see https://api.flattr.com/rest/v2/categories.txt
### Disqus comments
disqus_shortname: # Disqus will not be used unless this is set
disqus_developer: 0 # 1 | 0
### Isso comments
use_isso: "no" # "no" | "yes"
theme: jekyll-bootflat
### Jekyll Admin: uncomment the last line of this paragraph to enable Jekyll Admin.
### (but you will loose auto regeneration after code changes with a text editor then)
plugins:
- jekyll-octopod
# - jekyll-admin
### Links to all domains, expect whitelisted will be rendered with rel="nofollow noopener noreferrer"
# kramdown:
# input: 'NoopenerGFM'
# same_tab_domains:
# - localhost
# - 127.0.0.1
# - podcast.your-domain.com