summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hugo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/hugo.toml b/hugo.toml
index 4a357ca..81d1998 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -1,5 +1,4 @@
baseURL = "https://danix.xyz/"
-languageCode = "it-IT"
title = "danix.xyz"
theme = "danix-xyz-hacker"
enableRobotsTXT = true
@@ -49,7 +48,7 @@ enableEmoji = true
# Languages
[languages]
[languages.it]
- languageName = "IT"
+ label = "IT"
contentDir = "content/it"
weight = 1
[languages.it.params]
@@ -96,7 +95,7 @@ enableEmoji = true
weight = 6
[languages.en]
- languageName = "EN"
+ label = "EN"
contentDir = "content/en"
weight = 2
[languages.en.params]