23 lines
430 B
YAML
23 lines
430 B
YAML
|
|
name: "Mein Podcast"
|
||
|
|
host: "Name der Moderator*in"
|
||
|
|
description: "Kurzbeschreibung des Podcasts"
|
||
|
|
|
||
|
|
staffeln:
|
||
|
|
- id: 1
|
||
|
|
name: "Staffel 1"
|
||
|
|
color: "#457b9d"
|
||
|
|
- id: 2
|
||
|
|
name: "Staffel 2"
|
||
|
|
color: "#e63946"
|
||
|
|
|
||
|
|
episodes:
|
||
|
|
- id: S1E1
|
||
|
|
title: "Thema der Folge"
|
||
|
|
guest: "Name des Gastes"
|
||
|
|
staffel: 1
|
||
|
|
youtube: "YouTube-Video-ID"
|
||
|
|
|
||
|
|
# Dateien relativ zum Projektverzeichnis
|
||
|
|
quotes_file: quotes.md
|
||
|
|
themes_file: themes.md
|