From 946616d8e1fcee141ba2647e7cdc8a771f6b81bc Mon Sep 17 00:00:00 2001 From: Alexandros Date: Thu, 21 Feb 2019 21:44:53 +0200 Subject: [PATCH] Disable French (#30) --- config.toml | 3 +-- configTaxo.toml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 2c001c5..37c50d4 100644 --- a/config.toml +++ b/config.toml @@ -1,8 +1,7 @@ baseurl = "https://gohugo.io/" title = "Hugo Themes" author = "Steve Francia" -copyright = "Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved." -canonifyurls = true +copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved." paginate = 3 languageCode = "en" DefaultContentLanguage = "en" diff --git a/configTaxo.toml b/configTaxo.toml index 37abe6c..6436f82 100644 --- a/configTaxo.toml +++ b/configTaxo.toml @@ -1,3 +1,17 @@ +languageCode = "en" +DefaultContentLanguage = "en" +disableLanguages = ["fr"] + +[languages.en] +languageName = "English" +weight = 1 +title = "Hugo Themes" + +[languages.fr] +languageName = "Français" +weight = 2 +title = "Thèmes Hugo" + [taxonomies] category = "categories" tag = "tags"