@luiskunz/gatsby-theme-podcast
v1.0.1
Published
Podcast gatsby theme.
Maintainers
Readme
Gatsby Theme Podcast
Usage
Install the theme
npm install --save @luiskunz/gatsby-theme-podcastAdd the theme to your
gatsby-config.js:module.exports = { plugins: [ { resolve: '@luiskunz/gatsby-theme-podcast', options: { rssUrl: PODCAST_RSS_URL, }, }, ], }Start your site
gatsby developCustomize
See Shadowing in Gatsby Themes for details.
This theme was created originally from @vojtaholik
https://github.com/vojtaholik/gatsby-theme-simplecast
