Starting a work log

Spinning up a place to track what I'm shipping and the small decisions behind the work.

This is the first entry. The plan is to drop short notes here — what I shipped that day, decisions I made, things I changed my mind about, and links worth keeping.

Why

Memory is unreliable, and most of the why behind a design decision dies the moment the work ships. Writing it down keeps it durable.

How it works

Entries live as MDX files in content/log/. I can either edit them directly in the repo, or open the Pages CMS admin from any device — it commits new entries straight to GitHub.

Frontmatter fields:

  • title — required
  • date — ISO date (YYYY-MM-DD)
  • summary — optional one-liner shown on the index
  • tags — optional list
  • draft — set to true to hide from the public site