Static Site Delivery Baseline
This project defines a minimal static website architecture that can be built in CI or locally and deployed by uploading the dist/ directory.
Key decisions:
- Keep runtime fully static.
- Prefer file-based content and straightforward templates.
- Keep deployment docs explicit for non-cloud hosting environments.