Repository Guidelines
`src/pages` holds routed Astro pages, while `src/layouts` contains shared page shells and metadata helpers. UI fragments belong in `src/components`, and reusable logic (date helpers, string utilities) lives in `src/utils`. Blog content and configuration data are grouped under `src/data`, with touchp