WIP
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-06 15:27:35 +01:00
parent d33d5b6b22
commit 5c70aeb4cd
35 changed files with 1234 additions and 30 deletions

View File

@ -7,14 +7,14 @@ disableHugoGeneratorInject = true
enableEmoji = true
enableGitInfo = false
enableRobotsTXT = true
languageCode = "en-US"
languageCode = "fr-FR"
paginate = 10
rssLimit = 10
summarylength = 20 # 70 (default)
# Multilingual
defaultContentLanguage = "en"
disableLanguages = ["de", "nl"]
defaultContentLanguage = "fr"
disableLanguages = ["de", "nl", "en"]
defaultContentLanguageInSubdir = false
copyRight = "Copyright (c) 2020-2024 Hyas"

View File

@ -1,3 +1,11 @@
[fr]
languageName = "Français"
contentDir = "content/fr"
weight = 5
[fr.params]
languageISO = "FR"
languageTag = "fr-FR"
[en]
languageName = "English"
contentDir = "content/en"