How do you add an RSS feed to your own blog? Maybe my google-fu is failing me these days but all I'm getting is how to create one for your podcast. I'd just like people with an rss reader to be able to access my blog as a feed
Depends on how your blog is generated. Static generators like jekyll have plugins for this[1], but itβs also easy enough to generate it by hand with an xml template [2]. Wordpress, substack and other platforms generate it by default afaik.