Configuration

several settings can be specified in the configuration file _config.yml in the main directory.

title: Octopod
url: http://localhost:4000

### download_url: only needed if audio files are hosted in a different location than this site;
### it is the path of the directory where the audio files are stored. Leave commented out to use
### the default (this site's own url + /episodes).
# download_url: "http://your.fancy.hosting/episodes"
subtitle: Static Site Podcast Publishing for Geeks
description: My super duper cool podcast.
author: Uncle Octopod

email: octopod@example.com
keywords: [octopod, podcast, magic]
itunes_categories: [Technology]
episodes_per_feed_page: 100

### 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: user@host.org
ssh_port: 22
document_root: /path/to/your/htdocs/
rsync_delete: true

### Fediverse config, optional
fediverse_url: https://podcasts.social/@my_account # Fediverse links will not be shown 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
# 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

### Isso comments
use_isso: "no" # "no" | "yes"

gems: [jekyll-octopod]
theme: jekyll-octopod-bulma

### Jekyll Admin: uncomment the last two lines of this paragraph to enable Jekyll Admin.
### (but you will loose auto regeneration after code changes with a text editor then)
# plugins:
#  - jekyll-admin

Continue with Usage.