Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

Gatsby Theme Anchor

A Gatsby Theme to showcase your podcast in Anchor

See the live demo

Installation

To use this theme in your Gatsby sites, follow these instructions:

  1. Install the theme

    npm install --save gatsby-theme-anchor
  2. Add the theme to your gatsby-config.js:

    module.exports = {
      plugins: [
        {
          resolve: 'gatsby-theme-anchor',
          options: {
            anchorRss: 'YOUR_ANCHOR_RSS_LINK',
            path: __dirname,
          },
        },
      ],
    };
  3. Start your site

    gatsby develop

Full documentation

In order to read the full documentation please refer to the main project’s repository.

License

MIT.

© 2023 Gatsby, Inc.