Commit Graph
3 Commits
Author SHA1 Message Date
anthony 1d65bb7aa8 feat: add BaseLayout with SEO head tags and theme init script
Canonical/hreflang/OG tags derived from the locale dictionary, plus a
pre-paint script applying data-theme from localStorage or system
preference.
2026-08-02 15:54:42 +02:00
anthony 2606508713 feat: add i18n dictionaries and service data
Locale-aware EN/FR string dictionaries and the two-service data model
(CVE Watch with per-locale URLs, Convert with a single URL).
2026-08-02 15:51:45 +02:00
anthony e9d34f9d13 feat: scaffold Astro project with en/fr i18n routing
Sets output to static (Astro default) with path-based i18n routing
(/en/, /fr/) and no unprefixed default-locale route, per the hub
landing page design spec.
2026-08-02 15:50:28 +02:00