Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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.

[1] https://github.com/jekyll/jekyll-feed

[2] This is mine: https://github.com/facundoolano/olano.dev/blob/main/src/feed...



I just roll my own website with mostly hand-written html/css. Ill look into just dropping a handwritten xml into the root


Make sure to also include a link tag in all the website headers, so the feed is discoverable by readers:

     <link type="application/atom+xml" rel="alternate" href="/feed.xml" title="olano.dev"/>




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: