summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-05-01 10:51:01 +0200
committerDanilo M. <danix@danix.xyz>2026-05-01 10:51:01 +0200
commitfcae3fd81fdf322e265e89798ea1278f3c8d0119 (patch)
tree4969b6c4452dffc2b1fe321a38d464f9ed06fc36
parent7647885eb7d5b166b0e02537f8596c61bf038b14 (diff)
downloaddanixxyz-fcae3fd81fdf322e265e89798ea1278f3c8d0119.tar.gz
danixxyz-fcae3fd81fdf322e265e89798ea1278f3c8d0119.zip
fixed deprecation warnings in hugo config when generating a new article
-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]