Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/11ty/eleventy-plugin-rss
A pack of Eleventy plugins for generating an RSS feed.
https://github.com/11ty/eleventy-plugin-rss
eleventy eleventy-plugin
Last synced: 5 days ago
JSON representation
A pack of Eleventy plugins for generating an RSS feed.
- Host: GitHub
- URL: https://github.com/11ty/eleventy-plugin-rss
- Owner: 11ty
- License: mit
- Created: 2018-01-28T20:56:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T20:41:07.000Z (7 months ago)
- Last Synced: 2024-10-29T15:44:49.803Z (3 months ago)
- Topics: eleventy, eleventy-plugin
- Language: JavaScript
- Homepage: https://www.11ty.dev/docs/plugins/rss/
- Size: 91.8 KB
- Stars: 96
- Watchers: 8
- Forks: 23
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - 11ty/eleventy-plugin-rss - A pack of Eleventy plugins for generating an RSS feed. (others)
README
# 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.