@sofa-boys/gatsby-theme-podcast

1.0.3 • Public • Published

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.

Package Sidebar

Install

npm i @sofa-boys/gatsby-theme-podcast

Weekly Downloads

5

Version

1.0.3

License

MIT

Unpacked Size

271 kB

Total Files

30

Last publish

Collaborators

  • harry830622