This blog is my digital workshop — part knowledge base, part diary. It’s where I share things I’ve built, broken, and fixed. If it helps you, awesome.

Hugo Site Setup using PaperModest Theme
🌱 Introduction: The Journey So Far This project started with me setting up a Hugo blog using the PaperMod theme, developed on a Linux environment and deployed via Cloudflare Pages. I then moved to WSL (Windows Subsystem for Linux) for better flexibility but ran into high I/O issues with VS Code when working across the Windows (/mnt/c/) and WSL filesystems. To resolve this, I moved all project files fully into the WSL-native Linux filesystem. ...