Import an existing RSS feed into your Gatsby site.
npm install @uptimeventures/gatsby-source-rss
{
plugins: [
{
resolve: '@uptimeventures/gatsby-source-rss',
options: {
feeds: ['https://www.uptime.ventures/blog/rss.xml'],
},
},
],
}
Imported node
s will be of the type RSS
. Full text will be imported if the
feed supports it with the item's description as a fallback.
Copyright 2018 Uptime Ventures, Ltd. All rights reserved. Released under the BSD 3-Clause License.