2020-11-24 20:51:24 +01:00
|
|
|
base_url = "https://schulischer-schabernack.de"
|
2020-08-11 16:14:38 +02:00
|
|
|
compile_sass = true
|
|
|
|
default_language = "de"
|
|
|
|
feed_filename = "rss.xml"
|
|
|
|
# source opus files and chapter data are not published
|
2020-11-24 20:51:24 +01:00
|
|
|
ignored_content = ["sch???-*.opus", "sch???-*.txt"]
|
2020-08-11 16:14:38 +02:00
|
|
|
|
2020-11-24 20:51:24 +01:00
|
|
|
title = "Schulischer Schabernack"
|
|
|
|
description = "Schabernack aus der Schule" # FIXME
|
2020-08-11 16:14:38 +02:00
|
|
|
|
|
|
|
taxonomies = [
|
|
|
|
{ name = "formats", feed = true },
|
|
|
|
]
|
|
|
|
|
|
|
|
[extra]
|
2020-11-24 20:51:24 +01:00
|
|
|
author = "P-Seminar Podcast" # FIXME?
|
|
|
|
subtitle = "So. Genug Schabernack." # FIXME
|
|
|
|
acronym = "SCH"
|
2020-08-11 16:14:38 +02:00
|
|
|
# to what length the episode number should be padded
|
|
|
|
pad_to = 3
|
|
|
|
|
|
|
|
[extra.itunes]
|
|
|
|
category = "News"
|
|
|
|
|
|
|
|
[extra.theme]
|
|
|
|
main = "#5f8806"
|
|
|
|
|
|
|
|
[[extra.navbar.links]]
|
|
|
|
title = "Startseite"
|
|
|
|
target = "/"
|
|
|
|
|
|
|
|
[[extra.navbar.links]]
|
|
|
|
title = "Abonnieren"
|
|
|
|
target = "subscribe"
|
|
|
|
|
|
|
|
[[extra.navbar.links]]
|
|
|
|
title = "Impressum & Datenschutz"
|
|
|
|
target = "imprint"
|
|
|
|
|
|
|
|
[[extra.formats]]
|
|
|
|
codec = "opus"
|
|
|
|
ext = "opus"
|
|
|
|
name = "Opus Audio"
|
|
|
|
mime_type = "audio/ogg"
|
|
|
|
|
|
|
|
[[extra.formats]]
|
|
|
|
codec = "aac"
|
|
|
|
ext = "m4a"
|
|
|
|
name = "MPEG-4 AAC Audio"
|
|
|
|
mime_type = "audio/mp4"
|
|
|
|
|
|
|
|
[[extra.formats]]
|
|
|
|
codec = "vorbis"
|
|
|
|
ext = "oga"
|
|
|
|
name = "Ogg Vorbis Audio"
|
|
|
|
mime_type = "audio/ogg"
|
|
|
|
|
|
|
|
[[extra.formats]]
|
|
|
|
codec = "mp3"
|
|
|
|
ext = "mp3"
|
|
|
|
name = "MP3 Audio"
|
|
|
|
mime_type = "audio/mpeg"
|