jekyll-feed
jekyll-feed copied to clipboard
:memo: A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts
Hello, maintainers! :wave: By my calculations, it's time for a new release of jekyll-feed. It's been over 2 months since the last release, v0.16.0. What else is left to be...
Hi, I am using directories to set categories on the posts' implicitly. I have enabled feeds for those categories, but when I check the xml file it's empty. I am...
Hi, if I am not mistaken, the variable `subtitle` (of specific posts) gets ignored currently. However I think it is quite commonly used and thus it would be nice if...
I would like to have a way to add some custom message or html that only shows in the RSS feed. Like how some sites have "This article first appeared...
By default, posts will be sorted by `date` in the feed. Simply define a new sorting method in your config such as `posts_sort: last_modified_at`.
Two main uses cases: 1. Reduce deployment churn in repositories that hold a docsite in addition to source code. These currently regenerate and find something new commit on every change,...
With the following config: ``` feed: path: atom.xml categories: - Emacs ``` the feed for the category Emacs, ends up being named `feed/Emacs.xml` instead of `feed/emacs.xml`. I took me a...
Instead of allowing only a subset of tag names, `slugify` the tag name so that the URL is always valid. This is the same thing done on "jekyll-archives": - https://github.com/jekyll/jekyll-archives/blob/master/lib/jekyll-archives/archive.rb#L132...
This standard, published in 2007, allows feed readers to efficiently page through the entire history of a feed, rather than being limited to the most recent 10 posts. This implementation...
Integrate Webfeeds as per [this Feedly blogpost](https://blog.feedly.com/10-ways-to-optimize-your-feed-for-feedly/) and [Mark Mitchell's article](https://markonproduct.com/coding-an-atom-feed-optimized-for-feedly) I've also updated the readme describing the values