Notes should last

Technical writing is easier to maintain when the publishing stack is boring.

A static page with clear source files, stable assets, and a small build command is often enough.

The authoring loop

./build.sh
python3 -m http.server 8080 --directory dist

Constraints

  • no client-side routing
  • no required runtime service
  • readable source files