New Gohugo theme
Since I apparently got recurring readers (no, for real, I do) I suspect someone might actually have noticed how the look of the blog changed drastically a few weeks ago. To explain what happened a bit of backstory is required; this blog is built using a static website generator called Gohugo, the way it works is basically the following: choose or build a theme from scratch. Write some articles in Markdown or some other memetic markup language. Customize the theme and look of the website by editing a yaml configuration file. Feed everything to the Gohugo binary which will produce some sleek plain HTML, CSS and maybe JS files. rsync the files to a webserver. ?? Profit!! Couple of months ago Gohugo developers introduced a few changes in the site builder engine that broke backward compatibility with every existing theme, unfortunately the developer of the one I was using still has to make it compatible. So here is how uwot.eu got a nice solarized look. …