Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

Gatsby Theme Podcast

Usage

  1. Install the theme

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

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

    gatsby develop
  4. Customize

    See Shadowing in Gatsby Themes for details.

This theme was created originally from @vojtaholik

https://github.com/vojtaholik/gatsby-theme-simplecast

© 2024 Gatsby, Inc.