A Zensical-based static documentation website managed with uv.
Open the folder in a devcontainer. The container installs Python 3.12 and uv, then runs:
uv syncPreview the site:
make serveBuild the static site:
make buildThe preview server is configured for http://localhost:8000, and the build output is written to site/. make serve runs Zensical's live preview behind a small header proxy, so live reload stays enabled while interactive C terminal examples get the cross-origin isolation headers they need.