]> id.pley.net Git - pod.git/blobdiff - sf/index.md
Adopt jekyll as a static site builder
[pod.git] / sf / index.md
diff --git a/sf/index.md b/sf/index.md
new file mode 100644 (file)
index 0000000..f27ba64
--- /dev/null
@@ -0,0 +1,15 @@
+---
+layout: default
+title: The SF Pod
+---
+<a href="https://podcasts.apple.com/us/podcast/hi-sheryl/id1618816537?i=1000559151780&amp;itsct=podcast_box_badge&amp;itscg=30200&amp;ls=1"><img src="https://tools.applemediaservices.com/api/badges/listen-on-apple-podcasts/badge/en-us?size=125x42&amp;releaseDate=1649642400&h=48caad9b127eccfd126eec24930359a5" alt="Listen on Apple Podcasts" style="border-radius: 6px; width: 125px; height: 42px;"></a>
+
+# Latest Episodes
+
+{% assign episodes = site.posts | where: "type", "podcast" %}
+
+{% for episode in episodes %}
+## [{{ episode.title }}]({{ episode.url }})
+###### _{{ episode.date | date_to_string: "ordinal", "US" }}_
+{{ episode.summary }}
+{% endfor %}