- Replace the rsync-from-laptop deploy story with the Gitea Actions
workflow that now writes directly to /srv/www/www on the host.
- Add Repository section: clone URL + default branch is master.
- Note the Hugo 0.123+ template-field breakage we hit in the blog repo,
in case a future theme update trips the same wires.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Builds Hugo and writes the output to /srv/www/www on push to master.
Runs in a node:20-bookworm container with /srv/www bind-mounted from
the shinobi host. Caddy on the host serves /srv/www/www directly.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>