1.0.1 • Published 3 years ago

@luiskunz/gatsby-theme-podcast v1.0.1

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

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