0.4.0 • Published 7 years ago

@uptimeventures/gatsby-source-rss v0.4.0

Weekly downloads
1
License
BSD-3-Clause
Repository
gitlab
Last release
7 years ago

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.

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago