Hugo Random Cover Image November 29, 2022 I'm lazy, so I created a Hugo archetype to fetch a random blog post cover image from Unsplash. Hugo Simple Post Archive September 2, 2022 This post covers the step how I created a simple, yet effective chronological post archive. August 1, 2022 I had a pretty wild debugging ride when implementing go-jamming 😵💫. Problem: go-jamming wasn’t sending webmentions. There were two root causes to this problem, one on my side, and one on go-jamming’s side. go-jamming checks the site’s RSS feed where to send webmentions. It expects the raw HTML in the post item’s description tag. But Hugo, by default, puts a summary of a post in there. I could fix that by adapting my theme. [...] Indiewebify me! And don't forget my webmentions! July 22, 2022 This describes my experiences in getting my website into the IndieWeb, adding microformats, Webmentions and how I sometimes struggled with all of it. Automatically Deploy a Hugo Website to a Remote Host Using Github Actions May 2, 2022 This post shows an example workflow to automatically deploy the latest version of a Hugo website using GitHub Actions. umami - A Google Analytics Alternative For Hugo April 28, 2022 Add umami comments to your Hugo blog as an alternative to Google Analytics. It's open source and can be self-hosted. Isso - An Alternative Commenting System For Hugo March 17, 2022 Add Isso comments to your Hugo blog as an alternative to Disqus. It's open source and can be self-hosted. Inline SVG Icons For Hugo March 8, 2022 Create a partial to display inline SVG content as icons. Download SVG icons from Ionicons via bash script. Chringel Hugo Theme February 28, 2022 Design and implementation process behind this custom Hugo theme Hello World - Part II: The Return of Hugo January 3, 2022 A fresh start