How to add an RSS feed to a Jekyll blog
Add this line to your site’s Gemfile:
gem 'jekyll-feed'
And then add this line to your site’s _config.yml
:
plugins:
- jekyll-feed
If you are using Jekyll < 3.5.0 use the gems
key instead of plugins
. The plugin will automatically generate an Atom feed at /feed.xml
.
This site is ad-free and doesn’t use trackers. If you’d like to support my writing, I’d love if you could buy me a coffee.