Devlog site live — markdown posts, auto-update on push
This devlog follows the Technonomicon / Sanctum pattern: PHP on multihost, content in-repo, honest shipping notes.
How it works:
- Posts live in
content/blog/*.md(YAML front matter + markdown body). public/blog/renders the index + single post views (sidebar recent list, cyberpunk styling).dev.subdomain serves the blog at the site root via host detection inpublic/index.php.- GitHub Action Devlog on push runs
tools/devblog-from-commit.phpafter eachmaincommit (skips[skip devblog]/[skip ci]loops).
Back-dated entries cover genesis through slice #4 so the timeline matches work already shipped.
Next: Ada wires DNS + multihost (sites/*.env, sync, cron). Game apex stays the landing page; browser UI slices follow.