Documentation site for Deploys.app, built with
Hugo extended 0.161.1 (pinned in .tool-versions — run asdf install).
make dev— local server with live reload (http://localhost:1313).make build— static output in/public/.
Content lives in content/ as nested sections; the left sidebar is generated
from the section tree (ordered by front-matter weight). The design system
mirrors the Deploys.app console — magenta "signal" primary on Ink (dark) /
Paper (light) surfaces, Hanken Grotesk + JetBrains Mono. Tokens live in
assets/style/_theme.scss.
Console screenshots in static/img/ are captured from the console's mock
server (bun dev:mock) — see the console repo.