This PR adds RSS feeds for the following collections:
entry (All Bookmarks)
html (HTML Bookmarks)
css (CSS Bookmarks)
js (Javascript Bookmarks)
It adds 1 additional dependency:
@11ty/eleventy-plugin-rss, which contains helpful filters for RSS feeds.
It adds a new layout file includes/feed.njk, which can be re-used to output valid Atom 1.0 xml files. For any new categories, simply add a new file to the /feeds folder and pass in a title and collection name.
This PR adds RSS feeds for the following collections:
entry
(All Bookmarks)html
(HTML Bookmarks)css
(CSS Bookmarks)js
(Javascript Bookmarks)It adds 1 additional dependency:
@11ty/eleventy-plugin-rss
, which contains helpful filters for RSS feeds.It adds a new layout file
includes/feed.njk
, which can be re-used to output valid Atom 1.0 xml files. For any new categories, simply add a new file to the/feeds
folder and pass in a title and collection name.✊stay healthy!