Mar 20, 2026
7 min read
My Hugo Site
(#13 of 13)
Ditching drawing tools for a declarative, code-based diagramming solution using Mermaid.js…with Catppuccin. Meow!
Mar 18, 2026
5 min read
My Hugo Site
(#12 of 13)
After having my feed bombared with the power of AI-assisted coding using spec driven devolpment and this being a more rational approach to outcome success vs the slop of “vide coding”. I thought I would examin its use to implement a specific Hugo feature I wanted to create for my site, from requirements to styled solution, in minutes.
Mar 14, 2026
10 min read
A primer on Nix and Nix-Darwin and the how and why I have implemented it as a replacement to Homebrew and MacPorts on my laptop for easier and reproducable application and state management in a MacOS environment.
Oct 20, 2025
4 min read
How I fixed the issue with non-intel trasceiver not working with Intel X520 network card. Intel trying to be smart and how to tell the card to get over itself.
Oct 11, 2025
6 min read
My Hugo Site
(#9 of 13)
How I organise, reference, and render images in my Hugo site using page bundles, the static folder, and shortcodes. Use standard markdown or extended attributes.
Oct 9, 2025
4 min read
My Hugo Site
(#8 of 13)
How I made external links open in a new tab, added security attributes and appended an icon, without touching Markdown content
Oct 2, 2025
5 min read
My Hugo Site
(#7 of 13)
In implementing a list pagination feature for my site, I pivoted from complex custom code to using Hugo’s robust built-in template. This saved development time, which was better spent styling the default HTML output with custom CSS.