Personal site for graemearthur.com. Static HTML/CSS/JS (no Jekyll).
From the repo root:
python3 -m http.server 8000Open http://localhost:8000/.
Compiled CSS is committed at css/main.css. Source lives in css/main.scss and _sass/.
After editing Sass:
./build-cssRequires Node.js (npx downloads the Sass compiler on first run).
Pushed to main on this repo; GitHub Pages serves the files as-is (.nojekyll disables Jekyll). Custom domain via CNAME.