oranki.net

// TODO:


Added RSS

The site has had an RSS feed since the beginning, being built with Hugo. I’ve been really busy with work since the last post about Immich, so no writing new content here has been on the backburner.

I managed to find a bit of free time however, and added the correct head metadata for the RSS feed, and also a link to the feed in the navigation bar. Admittedly, calling it a navigation bar is a bit of a stretch.

I’ve also once again changed the platform for my self-hosting endeavours. Kubernetes has always been a really interesting thing to me, but for a home server it is a bit overkill. At ${DAYJOB} I had to start looking into k8s stuff, so to I decided to turn my trusty (krusty?) home server setup to a single node IPv6-only k3s. I may write a bit more about this when I have time, but the gist of it is that I wouldn’t recommend it for running anything unless Kubernetes is one of the things you want to run. This site is also running on a really overly complicated k3s setup for now.

I also discovered a really promising VS Code extension for Hugo management, Front Matter. It even adapted to my existing hacked project layout well, with only very few minor issues. Creating a new post can now be done with the press of a button in VS Code, with other niceties like the control panel (left in the image below) and an auto-updating live preview of the actual rendered page! I recommend giving it a try, if you use Hugo.