@sofa-boys/gatsby-theme-podcast
v1.0.3
Published
Podcast gatsby theme.
Downloads
3
Maintainers
Readme
Gatsby 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.