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