diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-20 21:01:47 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-20 21:01:47 +0200 |
| commit | 6e6c64b40b07bc7807fc7f2ee539b9d0cdcdc4e8 (patch) | |
| tree | ed2586a3aec2c48b1f6fa90e45514ba3ea397c5f /hugo.toml | |
| parent | c942e4492dbf74a5d41fcbfea22c074b460b50ff (diff) | |
| download | danixxyz-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.toml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |
