]> id.pley.net Git - pod.git/commitdiff
Merge remote-tracking branch 'origin/master' master
authorscott <ss186262@gmail.com>
Thu, 4 Jul 2024 03:04:16 +0000 (20:04 -0700)
committerscott <ss186262@gmail.com>
Thu, 4 Jul 2024 03:04:16 +0000 (20:04 -0700)
_config.yml
sf/feed.xml

index 7140b3678f1d3ddddfd26765343bde69798511cb..e70ba4afc6811c78e469b3d5409798be89c04392 100644 (file)
@@ -19,9 +19,9 @@ defaults:
 
 # Podcast Feed Settings
 podcast:
-  title:          "Ruchi and Jer Explain Weird SF Politics to Scott"
+  title:          "RJS: Weird SF Politics"
   email:          sf@rjspod.live
-  description:    "Politics in San Francisco are weird. Ruchi and Jer try to explain them to Scott."
+  description:    "Politics in San Francisco are weird. Ruchi and Jer try to explain them to Scott. San Francisco Supervisors, ballot propositions, trash cans, YIMBYs vs. NIMBYs, and paper straws vs. plastic ones."
   keywords:       Ruchi, Jer, Scott, San Francisco, SF, politics, SF politics, San Francisco politics, trash cans, YIMBY, NIMBY, paper straws
   url:            https://rjspod.live/sf
   lang:           en-us
index 8e5c907c9047e45cb0d2ed918751c169ab677b0d..bb7d33f26fde50c1685e4caa292e82db8080e2df 100644 (file)
@@ -21,18 +21,21 @@ title: ""
             <link>{{ site.podcast.url }}</link>
         </image>
         <docs>http://www.rssboard.org/rss-specification</docs>
-        <itunes:author>{{ site.podcast.title }}</itunes:author>
+        <itunes:author>{{ site.podcast.author }}</itunes:author>
         <itunes:subtitle>{{ site.podcast.title | xml_escape }}</itunes:subtitle>
         <itunes:summary>{{ site.podcast.description | xml_escape }}</itunes:summary>
         <itunes:explicit>clean</itunes:explicit>
         <itunes:image href="{{ site.url }}/RJS_pod_1400x1400.jpg"/>
         <itunes:owner>
-            <itunes:name>Ruchi and Jer Explain Weird SF Politics to Scott</itunes:name>
+            <itunes:name>{{ site.podcast.author }}</itunes:name>
             <itunes:email>{{ site.email }}</itunes:email>
         </itunes:owner>
         <itunes:category text="News">
             <itunes:category text="Politics"/>
         </itunes:category>
+        <itunes:keywords>
+            { site.podcast.keywords | xml_escape }}
+        </itunes:keywords>
 {% for post in site.posts %}        <item>
             <title>{{ post.title | xml_escape }}</title>
             <link>{{ post.url | absolute_url }}</link>