web-blog/node_modules/@11ty/eleventy-plugin-rss
2026-05-29 19:34:34 +01:00
..
src First commit 2026-05-29 19:34:34 +01:00
.eleventy.js First commit 2026-05-29 19:34:34 +01:00
LICENSE First commit 2026-05-29 19:34:34 +01:00
package.json First commit 2026-05-29 19:34:34 +01:00
README.md First commit 2026-05-29 19:34:34 +01:00

11ty Logo

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.

npm Version GitHub issues

Installation

npm install @11ty/eleventy-plugin-rss

The full eleventy-plugin-rss documentation is on 11ty.dev.

Tests

npm run test