Fix rss feed for Hugo
I’ve just moved my personal site from Ghost.io to a Hugo generated static site. It was a challenge that I would cover in more detail in the future. But now I want to test my workflow and a little mistake I made… again. Why a static site? I use Markdown almost every day, and Hugo can generate a decent-looking site from it. Why should I build upon it? What was the issue? When I moved my site to GitHub with Netlify I was wondering if my GitHub action, which reads RSS feeds from my blog still working. Well, obviously, it was not working because the feed URL changed, but after I updated the URL, the links were not correct. ...