Skip to content

Commit

Permalink
Conform to podcasting 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed May 12, 2024
1 parent d466a9f commit 8460da1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/feed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,13 @@ jobs:
fi
done
feed:
# fails for now due to https://github.com/w3c/feedvalidator/issues/116
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.2'
bundler-cache: true
- name: Install dependencies
run: bundle install
Expand Down
3 changes: 3 additions & 0 deletions pages/podcast.rss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ permalink: "/podcast.rss"

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:podcast="https://podcastindex.org/namespace/1.0"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
Expand All @@ -26,6 +27,8 @@ permalink: "/podcast.rss"
<title>{{ site.title }}</title>
</image>
<itunes:image href="{{ site.url }}/images/artwork.jpg" />
<podcast:locked>no</podcast:locked>
<podcast:guid>8ce685ca-8f87-553d-bc13-67fdf9f5a3de</podcast:guid>

<language>{{ site.lang }}</language>
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
Expand Down

0 comments on commit 8460da1

Please sign in to comment.