Skip to content

11ty/eleventy-plugin-rss

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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