Community Plugin
View plugin on GitHubGatsby Theme Podcast
Usage
-
Install the theme
npm install --save @sofa-boys/gatsby-theme-podcast -
Add the theme to your
gatsby-config.js:module.exports = { plugins: [ { resolve: '@vojtaholik/gatsby-theme-simplecast', options: { rssUrl: PODCAST_RSS_URL, }, }, ], } -
Start your site
gatsby develop -
Customize
See Shadowing in Gatsby Themes for details.