Skip to content

jondubin/gatsby-source-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-source-rss

Usage

Add the following to your gatsby-config.js

module.exports = {
        plugins: [
                {
                        resolve: 'gatsby-source-rss',
                        options: {
                                rssURL: 'https://fancypants.io/rss.xml'
                        }
                },
        ]
}

About

Gatsby source plugin for building websites using RSS feeds as a data source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published