Build Log: Skeleton

Scaffolding the static site pipeline and laying down the template stack.

Today was about getting the bones in place:

  • A Python-only build script
  • HTML templates with metadata baked in
  • A dark, readable UI with a hint of terminal charm

Checklist for the next pass:

- [ ] Expand the notes list
- [ ] Add more structured tags
- [ ] Publish the first real post

Notes live in notes-src/ and are rendered into /public/notes/<slug>/ for DreamHost.

cd ~