# @11ty/eleventy-plugin-rss

> Generate an Atom, RSS, or JSON feed.

Latest version **3.0.0** (published 2026-03-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install @11ty/eleventy-plugin-rss
pnpm add @11ty/eleventy-plugin-rss
yarn add @11ty/eleventy-plugin-rss
bun add @11ty/eleventy-plugin-rss
```

## Health

**Score 68/100 (B)** — status: stable.

Positive: has types package; esm support; no vulnerabilities; has provenance; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 3.0.0 |
| Published | 2026-03-20 |
| First published | 2018-01-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/11ty__eleventy-plugin-rss) |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 16.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 114 |
| Author | Zach Leatherman |
| Maintainers | zachleat, fortawesome-admin |
| Keywords | eleventy, eleventy-plugin |

## Links

- npm: https://www.npmjs.com/package/@11ty/eleventy-plugin-rss
- Repository: https://github.com/11ty/eleventy-plugin-rss
- Homepage: https://www.11ty.dev/docs/plugins/rss/
- Issues: https://github.com/11ty/eleventy-plugin-rss/issues
- Funding: https://opencollective.com/11ty
- npm.io page: https://npm.io/package/@11ty/eleventy-plugin-rss

## Dependencies (4)

- [debug](https://npm.io/package/debug.md) ^4.4.3
- [posthtml](https://npm.io/package/posthtml.md) ^0.16.7
- [@11ty/posthtml-urls](https://npm.io/package/@11ty/posthtml-urls.md) ^1.0.2
- [@11ty/eleventy-utils](https://npm.io/package/@11ty/eleventy-utils.md) ^2.0.7

## Alternatives

- [async-exit-hook](https://npm.io/package/async-exit-hook.md) — 3.7M weekly downloads
- [evnty](https://npm.io/package/evnty.md) — 7.2K weekly downloads
- [eleventy-plugin-asciidoc](https://npm.io/package/eleventy-plugin-asciidoc.md) — 3.5K weekly downloads
- [@jswork/next-get2get](https://npm.io/package/@jswork/next-get2get.md) — 945 weekly downloads
- [@dashersw/axon](https://npm.io/package/@dashersw/axon.md) — 934 weekly downloads

## Recent versions

- 3.0.0 (latest) — 2026-03-20
- 3.0.0-alpha.3 (alpha) — 2025-12-02
- 2.0.0-beta.8 (beta) — 2024-06-12
- 3.0.0-alpha.2 — 2025-07-01
- 2.0.4 — 2025-05-08
- 2.0.3 — 2025-01-16
- 2.0.2 — 2024-07-12
- 2.0.1 — 2024-06-17
- 2.0.0 — 2024-06-12
- 2.0.0-beta.7 — 2024-06-10
- 2.0.0-beta.6 — 2024-06-09
- 2.0.0-beta.5 — 2024-06-09
- 2.0.0-beta.4 — 2024-06-09
- 2.0.0-beta.3 — 2024-06-09
- 2.0.0-beta.2 — 2024-06-09
- … 15 more at https://npm.io/package/@11ty/eleventy-plugin-rss/versions

## README

<p align="center"><img src="https://www.11ty.dev/img/logo-github.svg" width="200" height="200" alt="11ty Logo"></p>

# eleventy-plugin-rss 🕚⚡️🎈🐀

A pack of [Eleventy](https://github.com/11ty/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](https://www.11ty.dev/docs/plugins/rss/).

* _This is a plugin for the [Eleventy static site generator](https://www.11ty.dev/)._
* Find more [Eleventy plugins](https://www.11ty.dev/docs/plugins/).
* Please star [Eleventy on GitHub](https://github.com/11ty/eleventy/), follow [@eleven_ty](https://twitter.com/eleven_ty) on Twitter, and support [11ty on Open Collective](https://opencollective.com/11ty)

[![npm Version](https://img.shields.io/npm/v/@11ty/eleventy-plugin-rss.svg?style=for-the-badge)](https://www.npmjs.com/package/@11ty/eleventy-plugin-rss) [![GitHub issues](https://img.shields.io/github/issues/11ty/eleventy-plugin-rss.svg?style=for-the-badge)](https://github.com/11ty/eleventy-plugin-rss/issues)

## Installation

```
npm install @11ty/eleventy-plugin-rss
```

_[The full `eleventy-plugin-rss` documentation is on 11ty.dev](https://www.11ty.dev/docs/plugins/rss/)._

## Tests

```
npm run test
```

- We use the [ava JavaScript test runner](https://github.com/avajs/ava) ([Assertions documentation](https://github.com/avajs/ava/blob/master/docs/03-assertions.md))
- ℹ️ To keep tests fast, thou shalt try to avoid writing files in tests.

---
_Source: https://npm.io/package/@11ty/eleventy-plugin-rss · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
