gatsby-plugin-feed-generator
gatsby-plugin-feed-generator copied to clipboard
JSON Feed and RSS Feed Generator for Gatsby
Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. Changelog Sourced from qs's changelog. 6.4.1 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...
I have multiple feeds being generated. but all of those links are added to header section automatically, how can i disable this?
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits 523c5c7 2.2.2 7ecef07 Bump fstream to fix hardlink overwriting vulnerability 9fc84b9 Use {} for hardlink tracking instead of [] 15e59f1 Only track previously...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Testing on a simple query with frontmatter fields `title` and `slug`. Trying to build produced the following error: ```js error Plugin gatsby-plugin-feed-generator returned an error RangeError: Invalid time value -...
Support should mirror gatsby's approach via `pathPrefix` in gatsby-config, however it looks like `withPrefix` will be deprecated in Gatsby v3, so allowing users to set custom prefixes for each feed...
Currently relative links in the content are left as is. Per https://github.com/gaearon/overreacted.io/issues/65 I'm not convinced the hacky solution is the best, and it probably needs to be behind a setting...
This could really use some tests so a running Gatsby site doesn't need to be used as a sandbox.