Hacker News new | ask | show | jobs
by BlackFingolfin 1957 days ago
Any chance you could offer an RSS or Atom feed?
1 comments

Good point. I added an RSS feed link to https://fredrikj.net/blog/. I just hacked together some quick code to generate it, so let me know if it doesn't work.
You should also link your rss feed in the meta tags of the blog page:

    <link rel="alternate" type="application/rss+xml"
    title="RSS" href="http://www.example.net/feed.rss" />
Also in the rss, this line is pointing to the wrong URL.

   <atom:link href="https://fredrikj.net/rss.xml" rel="self" type="application/rss+xml"/>
Should be fixed now. Thanks!
Thanks! Just tried to add it to feedly but unfortunately it still gives me an error, reporting that it can't find feed. Will have a look at the source to see if I can help figuring it out, once I am back at my computer.