Colophon
This page documents the tools used to build and publish this site.
| Tool | Role | Details |
|---|---|---|
| Quarto | Static site | Source files are .qmd — markdown + code chunks rendered to HTML via quarto render |
| GitHub Pages | Hosting / CI/CD | Deployed from the gh-pages branch via GitHub Actions on every commit to main |
| VS Code | Editor | Quarto extension provides live preview, chunk execution, and YAML frontmatter validation |