diff --git a/config.toml b/config.toml index 2c001c53..37c50d44 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 37abe6c8..6436f82f 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"