Questions tagged [gatsby-plugin-feed]
5 questions
3
votes
1 answer
'..\node_modules\pngquant-bin\vendor\pngquant.exe' is missing
E:\Gatsby\ecom-gatsby>gatsby develop
success open and validate gatsby-configs - 0.349s
success load plugins - 19.895s
success onPreInit - 0.036s
success initialize cache - 0.454s
⠋ copy gatsby files
ERROR
UNHANDLED REJECTION Processing…

Devraj Rangani
- 101
- 1
- 5
1
vote
0 answers
How to install a 2nd theme onto one that you've already installed? Issues with relative resource links
I have just tried to install a second theme onto my present gatsby install, following the steps outlined within the Multiple Themes tutorial. I am having some trouble with the linking of resources for the new theme. Because it lives within…

Tapha
- 1,491
- 3
- 17
- 32
1
vote
1 answer
Gatsby site breaks after installing plugins
I run into a problem when installing gatsby plugins.
My Setup:
npm install -g gatsby-cli
gatsby new my-app
gatsby develop
When I try to install a plugin from the Gatsby library im getting this error message after installing the plugin:
Error:…

paddydev
- 13
- 2
1
vote
2 answers
Limiting number of items in gatsby-plugin-feed
The internals for gatsby-plugin-feed seem to indicate that we can set a limit on the number of posts that show up in the feed:
{
// Create a default RSS feed. Others may be added by using the format below.
feeds: [
{
query: `
{
…

Chris Peters
- 17,918
- 6
- 49
- 65
0
votes
1 answer
Try to recover posts with a RSS Feed from a blog to my Gatsby site, someone know what is the good plugin and how to pars query?
New in GatsbyJS, I need Help to check a RSS Feed and I'm lost !
I want to check the rss feed of another blog to my gatsby site, I want to get back the posts of this blog to my gatsby site.
Someone can tell me if I need to install:
"gatsby source rss…