site/config.toml

63 lines
1.1 KiB
TOML

base_url = "https://schulischer-schabernack.de"
compile_sass = true
default_language = "de"
feed_filename = "rss.xml"
# source opus files and chapter data are not published
ignored_content = ["sch???-*.opus", "sch???-*.txt"]
title = "Schulischer Schabernack"
description = "Schabernack aus der Schule" # FIXME
taxonomies = [
{ name = "formats", feed = true },
]
[extra]
author = "P-Seminar Podcast" # FIXME?
subtitle = "So. Genug Schabernack." # FIXME
acronym = "SCH"
# 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"