robalb / my-website

Sorce code for my personal website
https://halb.it/
3 stars 2 forks source link

Adding a RSS/Atom feed to your website #16

Open CodeVisio opened 3 months ago

CodeVisio commented 3 months ago

Hi,

I'd rather considering adding a RSS feed or Atom to your website for asynchronous reading your blog entries, articles, projects and so on...

robalb commented 3 months ago

Hi, i'm flattered you are that interested in what I write. The website already supports a basic rss feed of the articles at https://halb.it/feed.xml

I advertise it via the standard html tag <link rel="alternate" type="application/rss+xml" ...> But I'm aware that this is just the bare minimum. If you have ideas or improvements i'd be happy to implement them.

Also the feed right now has only the title of the article, not the content itself. I could not figure out a way to include content with the current configuration of astro.js i'm using, I suspect that it's just not possible