diff --git a/assets/img/podcast/cover.png b/assets/img/podcast/cover.png new file mode 100644 index 0000000..02d109d Binary files /dev/null and b/assets/img/podcast/cover.png differ diff --git a/podcast.xml b/podcast.xml new file mode 100644 index 0000000..06b1c33 --- /dev/null +++ b/podcast.xml @@ -0,0 +1,72 @@ +--- +layout: null +--- + + + + {{ site.podcast_title }} + + {{ site.url }} + {{ site.podcast_description }} + {{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }} + en-US + hourly + 1 + http://jekyllrb.com + {{ site.podcast_summary }} + {{ site.podcast_author }} + {{ site.podcast_explicit }} + + + {{ site.podcast_owner }} + {{ site.podcast_email }} + + + {{ site.podcast_email }} ({{ site.podcast_owner }}) + + {{ site.podcast_subtitle }} + + {{ site.podcast_title }} + {{ site.url }}{{ site.podcast_album_art }} + {{ site.url }} + + + + + + + {% for ep in site.posts %} + + {{ ep.title }} + {{ site.url }}{{ ep.url }} + {{ ep.date | date: "%a, %d %b %Y %T %z" }} + + {% for category in ep.categories %} + + {% endfor %} + {% for category in ep.tags %} + + {% endfor %} + {{ site.url }}{% if ep.podcast_guid %}/{{ ep.podcast_guid }}{% else %}{{ ep.url }}{% endif %} + + + + + + + {{ site.podcast_author }} + + {{ site.podcast_explicit }} + {{ ep.podcast_duration }} + + {% endfor %} + +