Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/danielkvist/hugo-terrassa-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml11
1 files changed, 9 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index efde359..d442ea9 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,7 +3,6 @@ title = "Terrassa"
author = "Daniel Zaragoza (Danielkvist)"
googleAnalytics = ""
defaultContentLanguage = "en"
-language = "en-US"
paginate = 3
theme = "hugo-terrassa-theme"
@@ -17,7 +16,7 @@ themesDir = "../.." # Not necessary on production sites
[params.hero]
textColor = "" # Empty for default color
-[params.cta] # Call To Action
+[params.cta] # Call To Action
show = true
cta = "Contact"
link = "contact" # Relative URL
@@ -94,3 +93,11 @@ themesDir = "../.." # Not necessary on production sites
[privacy.youtube]
disable = false
privacyEnhanced = true
+
+[languages]
+ [languages.en]
+ languageName = "en"
+ weight = 1
+ [languages.de]
+ languageName = "de"
+ weight = 2