1.0.3 • Published 4 years ago

@sofa-boys/gatsby-theme-podcast v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Gatsby Theme Podcast

Usage

  1. Install the theme

    npm install --save @sofa-boys/gatsby-theme-podcast
  2. Add the theme to your gatsby-config.js:

    module.exports = {
      plugins: [
        {
          resolve: '@vojtaholik/gatsby-theme-simplecast',
          options: {
            rssUrl: PODCAST_RSS_URL,
          },
        },
      ],
    }
  3. Start your site

    gatsby develop
  4. Customize

    See Shadowing in Gatsby Themes for details.