This repository hosts the source to the site https://wrla.ch
The site is generated by a minimal Python harness which generates entirely static HTML and CSS.
uv for bootstraping. npm/node required to regenerate CSS.
- Create a post:
uv run site new-post "Title of post" - Build the site:
uv run site build(writes to_build) - Preview the site:
uv run site preview
- Typechecking:
uv run ty check - Linting:
uv run ruff check
Initial scaffolding (project layout, CLI entrypoint, templates, and build pipeline) was generated with OpenAI's Codex (GPT-5) and then reviewed/edited by the author, based on an implementation decision record defined in idrs/202602010059-reboot-in-python.md.
All written content is original work by the author, although various LLMs may have been used in the editing process.