Addapa Industries
addapa-website
NEW YORK FACILITYThis site.
A static site generator written in Python standard library only — no PyPI packages, no lockfile, no venv, no network at build time. That constraint is why build.py contains its own Markdown renderer and its own FIGlet engine rather than importing either.
What it does
build.py reads Markdown with simple key: value frontmatter out of content/, renders the ASCII wordmark from a vendored .flf font, and writes a complete static site — plus a sitemap and robots.txt — into docs/, ready for GitHub Pages with no CI step.
Unwritten content is a first-class state: a line beginning TODO: becomes a redaction block on the page — bars that keep the word-shape of the withheld line — and an entry in python3 build.py --todo. The source dossier arrived roughly half redacted, so the site marks its holes rather than faking them.
Design provenance
The palette is measured, not invented — a census of 2,320 inline styles in the source document gave the phosphor green, the panel black, and the grey page ground. The shell is study_desk's rail and drawer. The laws it follows, and the one it deliberately breaks, come from wonder's HUD design brief.
END OF FILE