1.0.1 • Published 5 years ago
@luiskunz/gatsby-theme-podcast v1.0.1
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