From 96220174af2fc4700a8041d062bc9f7454d11b36 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Sat, 20 Mar 2021 15:19:03 -0700 Subject: [PATCH] Clean up the feed and add an example --- _data/podcast.yml | 7 ++++++- podcast-picks.xml | 10 +++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/_data/podcast.yml b/_data/podcast.yml index 5a4cbf4..9768594 100644 --- a/_data/podcast.yml +++ b/_data/podcast.yml @@ -1,4 +1,9 @@ # This file contains an array of the podcast picks --- picks: - - + - title: 'Versteisch du Schwiizerdütsch?' + description: | + German is not one language and speech-to-text programs have trouble with dialects or variants of German. This "Alltags Deutsch" episode introduces the challenges Siri, etc have with understanding Swiss-german. + enclosure: + url: 'https://radiodownloaddw-a.akamaihd.net/Events/podcasts/de/2283_DKpodcast_alltagsdeutsch_de/0F310235_2-podcast-2283-54542550.mp3' + type: 'audio/mp3' diff --git a/podcast-picks.xml b/podcast-picks.xml index 58fd2e8..e8672e5 100644 --- a/podcast-picks.xml +++ b/podcast-picks.xml @@ -10,7 +10,15 @@ layout: {{ site.time | date_to_xmlschema }} 120 - {% for episode in site.podcast.picks %} + {% for e in site.data.podcast.picks %} + + {{e.title}} + + {{e.description | xml_escape}} + + + {% endfor %}