From 558338a24ebd44d3dc5d2721002d2d807bacf6da Mon Sep 17 00:00:00 2001 From: gautierchomel Date: Wed, 18 Sep 2024 11:50:10 +0200 Subject: [PATCH] enable english --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 098009f..e69621d 100755 --- a/hugo.toml +++ b/hugo.toml @@ -16,7 +16,7 @@ googleAnalytics = "G-MEASUREMENT_ID" # see https://gohugo.io/templates/internal/ # disqus short name # disqusShortname = "themefisher-template" # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/ # disable language -disableLanguages = ["en"] +# disableLanguages = ["en"] # example: ["fr"] for disable french language. see https://gohugo.io/content-management/multilingual/ hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage defaultContentLanguage = 'fr'