From 433a25658ea1f25794220e94ee964ce265f371d0 Mon Sep 17 00:00:00 2001 From: Alexandros Date: Tue, 19 Feb 2019 18:07:25 +0200 Subject: Disable French (#21) Commit 93a7b4c had the side effect of causing existing theme demos that rely on the HugoBasicExample to display the French language posts. So with this PR the French translation of the posts is disabled by default, to keep things for existing demos as before. **NOTE** When we are done with overhauling the HugoBasicExample we will need to add documentation in its README. For example in this case we will need to state that authors who wish to have a multilingual theme demo will need to remove `disableLanguages = ["fr"]` from the exampleSite config. --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index c2cc790..b9ded72 100644 --- a/config.toml +++ b/config.toml @@ -6,6 +6,7 @@ canonifyurls = true paginate = 3 languageCode = "en" DefaultContentLanguage = "en" +disableLanguages = ["fr"] [languages.en] languageName = "English" -- cgit v1.2.3