Hello World

First post. This site was set up in a single session using Hugo and GitHub Pages.

The setup#

  • Static site generator: Hugo — fast, single binary, no dependencies
  • Theme: hugo-book — clean doc-style layout with sidebar nav, dark mode, table of contents
  • Hosting: GitHub Pages with auto-deploy via GitHub Actions
  • Workflow: Write markdown, commit, push — live in ~30 seconds

Site structure#

The sidebar (left) holds docs/reference pages like a resume. Blog posts live separately and are accessed from the top nav. Tags and categories are auto-generated.