SHIP IT FASTER

The average enterprise on Netlify ships 140 times per week. Where does your team rank?

ContactSign Up
Community Plugin
View plugin on GitHub

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.

© 2023 Gatsby, Inc.