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"