How do you setup an RSS feed on your new Jekyll blog fast? Here’s how.
-
Add the plugin to
_config.yml
.plugins: - jekyll-feed
-
Verify that
_site/feed.xml
is being generated. -
Add a visible link on your blog to
_site/feed.xml
for the user to “subscribe” to your blog. -
Edit
default.html
orhead.html
to add the<link>
tag that points to your Atom/RSS feed so that browsers can show the special RSS feed button for your website.
20180528/DuckDuckGo jekyll subscribe to feed icon
20180528/http://joelglovier.com/writing/rss-for-jekyll
20180528/DuckDuckGo jekyll add tags to html head
20180528/DuckDuckGo html head site:jekyllrb.com
20180528/https://jekyllrb.com/tutorials/convert-site-to-jekyll/