eleventy-plugin-rss
eleventy-plugin-rss copied to clipboard
A pack of Eleventy plugins for generating an RSS feed.
eleventy-plugin-rss đâĄī¸đđ
A pack of Eleventy filters for generating Atom, JSON and RSS feeds using the Nunjucks templating engine.
See sample/feed.njk
for an example Atom feed template, sample/feed.json
for an example JSON feed template, or sample/feed-rss.njk
for an example RSS feed template.
The full eleventy-plugin-rss
documentation is on 11ty.dev.
- This is a plugin for the Eleventy static site generator.
- Find more Eleventy plugins.
- Please star Eleventy on GitHub, follow @eleven_ty on Twitter, and support 11ty on Open Collective
Installation
npm install @11ty/eleventy-plugin-rss
The full eleventy-plugin-rss
documentation is on 11ty.dev.
Tests
npm run test
- We use the ava JavaScript test runner (Assertions documentation)
- âšī¸ To keep tests fast, thou shalt try to avoid writing files in tests.