summaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-20 21:01:47 +0200
committerDanilo M. <danix@danix.xyz>2026-04-20 21:01:47 +0200
commit6e6c64b40b07bc7807fc7f2ee539b9d0cdcdc4e8 (patch)
treeed2586a3aec2c48b1f6fa90e45514ba3ea397c5f /hugo.toml
parentc942e4492dbf74a5d41fcbfea22c074b460b50ff (diff)
downloaddanixxyz-6e6c64b40b07bc7807fc7f2ee539b9d0cdcdc4e8.tar.gz
danixxyz-6e6c64b40b07bc7807fc7f2ee539b9d0cdcdc4e8.zip
updated i18n files in theme to reflect new variables added. Updated TODO and hugo.toml.
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/hugo.toml b/hugo.toml
index 0a7a233..505befb 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -4,6 +4,13 @@ title = "danix.xyz"
theme = "danix-xyz-hacker"
enableRobotsTXT = true
+# Theme parameters
+[params]
+ siteName = "danix.xyz"
+ author = "Danilo Macrì"
+ email = "danix@danix.xyz"
+ twitterHandle = "danixland"
+
# Output format definitions
[outputFormats]
[outputFormats.JSON]
@@ -118,13 +125,6 @@ enableRobotsTXT = true
tag = "tags"
category = "categories"
-# Theme parameters
-[params]
- siteName = "danix.xyz"
- author = "Danilo Macrì"
- email = "danix@danix.xyz"
- twitterHandle = "danixland"
-
# Theme options
readingTime = true
shareButtons = true