Creating this site

Sep 7, 2025

This site was created using the Hugo static site framework hosted on GitHub Pages.

Using Hugo with a minimalist theme like hugo-theme-console matches how I build software. Hugo lets me write in Markdown keep everything in version control and generate a static site with no server side dependencies which is ideal for clean CI/CD and immutable deployments. The console style theme keeps the UI simple and avoids heavy client side frameworks or design bloat so I do not spend time on JavaScript build pipelines or CSS details.