@uptimeventures/gatsby-source-rss

0.4.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @uptimeventures/gatsby-source-rss

Weekly Downloads

1

Version

0.4.0

License

BSD-3-Clause

Unpacked Size

6.5 kB

Total Files

6

Last publish

Collaborators

  • renovate
  • secretfader