From 6e6c64b40b07bc7807fc7f2ee539b9d0cdcdc4e8 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 20 Apr 2026 21:01:47 +0200 Subject: updated i18n files in theme to reflect new variables added. Updated TODO and hugo.toml. --- hugo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'hugo.toml') 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 -- cgit v1.2.3