Every good project diary needs an origin entry — this is it.

Tonight I spun up devlog.stashed.in: a tiny Hugo site running the bearblog theme to keep build notes across all my projects instead of losing them in chat scrollback.

Setup took minutes:

  1. hugo new site equivalent — folder + config + theme clone (hand-rolled layouts lasted all of five minutes before I wised up)
  2. Backfilled past logs from stashlist/stashed.in, mirror-habit, and the Mehfil wedding-invitation sprint
  3. Git repo → GitHub → Cloudflare Pages building Hugo straight from the repo
  4. Custom domain pointed at devlog.stashed.in

The dogfooding begins here. If you’re reading this, the pipeline works end-to-end.