From a24c2681dbf3913f00571d95737eabfa120024b4 Mon Sep 17 00:00:00 2001 From: kbe Date: Tue, 19 Aug 2025 13:07:25 +0200 Subject: [PATCH] Add lang configuration --- hugo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hugo.toml b/hugo.toml index b5ebd11..a519689 100644 --- a/hugo.toml +++ b/hugo.toml @@ -7,6 +7,13 @@ ignoreLogs = ["warning-goldmark-raw-html"] # [permalinks] # posts = "/:section/:slug/" +[languages] + [languages.fr] + languageCode = 'fr-FR' + languageDirection = 'ltr' + languageName = 'French' + weight = 1 + [taxonomies] category = "categories"