Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

⚡ RSS source plugin for Gatsby.js. Import other RSS feeds into your site.

License

Notifications You must be signed in to change notification settings

uptimeventures/gatsby-source-rss

Repository files navigation

gatsby-source-rss

CI Status Badge License Made by Uptime Ventures badge

Import an existing RSS feed into your Gatsby site.

Installation

npm install @uptimeventures/gatsby-source-rss

{
  plugins: [
    { 
      resolve: '@uptimeventures/gatsby-source-rss',
      options: {
        feeds: ['https://www.uptime.ventures/blog/rss.xml'],
      },
    },
  ],
}

Imported nodes will be of the type RSS. Full text will be imported if the feed supports it with the item's description as a fallback.

License

Copyright 2018 Uptime Ventures, Ltd. All rights reserved. Released under the BSD 3-Clause License.

About

⚡ RSS source plugin for Gatsby.js. Import other RSS feeds into your site.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages