Skip to content

agarrharr/gatsby-plugin-podcast-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-plugin-podcast-feed

Create a podcast RSS feed (or multiple feeds) for your Gatsby site.

Install

npm install --save gatsby-plugin-podcast-feed

How to Use

// In your gatsby-config.js
siteMetadata {
  title: `GatsbyJS`,
  description: `A fantastic new static site generator.`,
  siteUrl: `https://www.gatsbyjs.org`
},
plugins: [
  {
    resolve: `gatsby-plugin-podcast-feed`
  }
]

About

Same as gatsby-plugin-feed, but lets feeds be a function or an array.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published