site/config.toml

75 lines
1.6 KiB
TOML

base_url = "https://schulischer-schabernack.de"
compile_sass = true
default_language = "de"
feed_filename = "rss.xml"
# source opus files are not published
ignored_content = ["sch???-*.opus", "sch???-*.txt"]
title = "Schulischer Schabernack"
description = '''
Schulischer Schabernack.
Das ist ein Podcast produziert von uns,
einer offensichtlich übermotivierten Schulklasse
der Christian-von-Bomhard-Schule.
Er wird hauptsächlich schulische Themen behandeln,
aber wir werden euch nicht mit dem alltäglichen Unterrichtskram
wie dem Aufbau einer Zelle oder Goethe langweilen.
Hier reden wir über aktuelles der Christian-von-Bomhard-Schule,
wie das Schüler- und Lehrerleben aussieht
und was uns außerschulisch sonst so interessiert.
'''
taxonomies = [
{ name = "formats", feed = true },
]
[extra]
author = "P-Seminar Deutsch „Einen Podcast erstellen“"
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 = "#00a0bd"
highlight = "#ffffff"
[[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"