Community Plugin
View plugin on GitHubGatsby Theme Podcast
This theme is a port of the gatsby-theme-simplecast for generic podcast feeds with a bit of sprucing-up and updating for Gatsby v3.
Usage
-
Install the theme
yarn add @rodriguesmyron/gatsby-theme-podcast --save
-
Add the theme to your
gatsby-config.js
:module.exports = { plugins: [ { resolve: '@rodriguesmyron/gatsby-theme-podcast', options: { rssUrl: 'PODCAST_RSS_URL', disqusShortName: 'DISQUS_SHORTNAME', spotifyUrl: 'SPOTIFY_PODCAST_URL', googlePodcastsUrl: 'GOOGLE_PODCAST_URL', applePodcastsUrl: 'APPLE_PODCAST_URL', }, }, ], }
-
Start your site
yarn develop
-
Customize
See Shadowing in Gatsby Themes for details.
Additional notes
This theme was created originally from @vojtaholik and then forked by @sofa-boys and then by @luiskunz
Source links:
- https://github.com/vojtaholik/gatsby-theme-simplecast
- https://github.com/sofa-boys/gatsby-theme-podcast
- https://github.com/luiskunz/gatsby-theme-podcast
Known issues and possible improvements
- You must create a ./static/images/icon.png file or the thing will break when you build/develop.
- Need to add a sitemap at some stage.