gatsby-theme-anchor
v1.3.2
Published
> A Gatsby Theme to showcase your podcast in [Anchor](https://anchor.fm/)
Downloads
8
Maintainers
Readme
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:
Install the theme
npm install --save gatsby-theme-anchor
Add the theme to your
gatsby-config.js
:module.exports = { plugins: [ { resolve: 'gatsby-theme-anchor', options: { anchorRss: 'YOUR_ANCHOR_RSS_LINK', path: __dirname, }, }, ], };
Start your site
gatsby develop
Full documentation
In order to read the full documentation please refer to the main project's repository.
License
MIT.