Static Site Delivery Baseline

Status: active · Published Jan 10, 2026

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.