feature/bilingue-fr-en #25

Merged
Damien merged 3 commits from feature/bilingue-fr-en into blog/mlops-observabilite-reseau-ia 2026-07-18 14:04:01 +00:00

3 Commits

Author SHA1 Message Date
Damien
6a7500130e Fix French colon spacing in blog post 2026-07-18 15:53:24 +02:00
Damien
8e9caef392 Fix missing images on English pages
Hugo only auto-shares page-bundle resources across translations when
each language has its own content directory; with filename-based
translation (index.fr.md / index.en.md in the same folder) a resource
with no language code is assigned to the default language only. Add
.en.-suffixed copies of every image referenced from English pages and
point the English markdown at them.
2026-07-18 10:05:47 +02:00
Damien
f49c0f45dd Add bilingual French/English support with Hugo multilingual config
Configure Hugo multilingual mode (fr default, en secondary) with
Hextra's language-switch menu entry, and translate all existing
content pages to English using Hugo's per-file language suffix
convention (.en.md alongside .fr.md).
2026-07-18 09:48:18 +02:00