Introducing an RSS Feed

I’ll keep this brief since it’s not particularly interesting: I’ve added an RSS feed. Behind the scenes, I wrote a small program that walks my directory structure and spits out a static file, so the only caveat is that I’ll need to remember to run go:generate before publishing. While standards can always be a bit intimidating, I can make a lot of assumptions since there are no stakes, resulting in a very simple process:

The only information that can’t be inferred is author, site title, and host, but I just added some CLI flags to inject these. I could probably shoehorn this entire functionality into qsite itself at some point, but I’d like to keep the assumptions inside of qsite slim for now. The very static file structure can be restrictive, but it’s what makes it so easy to externally add functionality like this.

For my audience of one whole reader, I hope this is appreciated!