summaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-29 13:32:29 +0200
committerDanilo M. <danix@danix.xyz>2026-04-29 13:32:29 +0200
commit94d02d50ba9f84f7dfbb15c2743b493fd3a30334 (patch)
tree7d814c3e06a6c6c59e301256669b1871b0c4cb65 /hugo.toml
parentfb98e1e94d624605ba6ea75daf5e8ce0400fa629 (diff)
parent15c7acd20849b13ab445ff8555ace5fb22a3ad7a (diff)
downloaddanixxyz-94d02d50ba9f84f7dfbb15c2743b493fd3a30334.tar.gz
danixxyz-94d02d50ba9f84f7dfbb15c2743b493fd3a30334.zip
docs: update WORKFLOW.md for production branch deploy + fix hugo.toml gitrepo paramsrelease_29042026-1332
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml24
1 files changed, 20 insertions, 4 deletions
diff --git a/hugo.toml b/hugo.toml
index 2c94197..f9efca1 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -75,16 +75,24 @@ enableRobotsTXT = true
weight = 3
[[languages.it.menus.main]]
+ identifier = "gitrepo"
+ url = "https://git.danix.xyz/"
+ name = "gitrepo"
+ weight = 4
+ [languages.it.menus.main.params]
+ external = true
+
+ [[languages.it.menus.main]]
identifier = "repository"
pageRef = "/repository"
name = "repo"
- weight = 4
+ weight = 5
[[languages.it.menus.main]]
identifier = "legal"
pageRef = "/is/legal"
name = "legal"
- weight = 5
+ weight = 6
[languages.en]
languageName = "EN"
@@ -114,16 +122,24 @@ enableRobotsTXT = true
weight = 3
[[languages.en.menus.main]]
+ identifier = "gitrepo"
+ url = "https://git.danix.xyz/"
+ name = "gitrepo"
+ weight = 4
+ [languages.en.menus.main.params]
+ external = true
+
+ [[languages.en.menus.main]]
identifier = "repository"
pageRef = "/repository"
name = "repo"
- weight = 4
+ weight = 5
[[languages.en.menus.main]]
identifier = "legal"
pageRef = "/is/legal"
name = "legal"
- weight = 5
+ weight = 6
# Taxonomies
[taxonomies]