gatsby-theme-anchor

1.3.2 • Public • Published

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.

Package Sidebar

Install

npm i gatsby-theme-anchor

Weekly Downloads

7

Version

1.3.2

License

MIT

Unpacked Size

169 kB

Total Files

64

Last publish

Collaborators

  • emasuriano