samtay / samtay.github.io

Personal website built on Jekyll
https://samtay.github.io
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Add a feed? #1

Closed tfausak closed 7 years ago

tfausak commented 7 years ago

I would like to be able to follow an Atom or RSS feed of your posts. Hakyll supports this out of the box: https://jaspervdj.be/hakyll/tutorials/05-snapshots-feeds.html

samtay commented 7 years ago

Whoops, for some reason I didn't get notified on this. Thanks for the tip, I'll probably add that tomorrow.

samtay commented 7 years ago

I don't know a lot about RSS. Is it enough for me to have an accessible https://samtay.github.io/feed.xml and a link element

<link rel="alternate" type="application/rss+xml" title="Sam Tay's FP dabbles" href="./feed.xml">

in the HTML, or do I have to add one of those anchors that links to the feed?

samtay commented 7 years ago

I just added a couple anchors in the footer anyway. Should be deployed soon. Feel free to reopen if there's anything amiss in the feeds.

tfausak commented 7 years ago

The <link rel=alternate was enough for me. Thanks for adding the feed and links!