Devlog site live — markdown posts, auto-update on push

devloginframeta

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 in public/index.php.
  • GitHub Action Devlog on push runs tools/devblog-from-commit.php after each main commit (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.