summaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-28 13:53:52 +0200
committerDanilo M. <danix@danix.xyz>2026-04-28 13:53:52 +0200
commit1bb0c3a348a2db79572461e0fd9415a2cf64b3c4 (patch)
treeb59c163e74b1fd542fa6b08e2afcbe657c498270 /hugo.toml
parent9390e08d4f9a0f3b88e95d2a7df5f99563ed48fc (diff)
downloaddanixxyz-1bb0c3a348a2db79572461e0fd9415a2cf64b3c4.tar.gz
danixxyz-1bb0c3a348a2db79572461e0fd9415a2cf64b3c4.zip
feat: enable repository page with single repo display
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml20
1 files changed, 10 insertions, 10 deletions
diff --git a/hugo.toml b/hugo.toml
index 885cbd2..505befb 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -69,11 +69,11 @@ enableRobotsTXT = true
name = "here"
weight = 3
- # [[languages.it.menus.main]]
- # identifier = "repository"
- # pageRef = "/repository"
- # name = "repo"
- # weight = 4
+ [[languages.it.menus.main]]
+ identifier = "repository"
+ pageRef = "/repository"
+ name = "repo"
+ weight = 4
[[languages.it.menus.main]]
identifier = "legal"
@@ -108,11 +108,11 @@ enableRobotsTXT = true
name = "here"
weight = 3
- # [[languages.en.menus.main]]
- # identifier = "repository"
- # pageRef = "/repository"
- # name = "repo"
- # weight = 4
+ [[languages.en.menus.main]]
+ identifier = "repository"
+ pageRef = "/repository"
+ name = "repo"
+ weight = 4
[[languages.en.menus.main]]
identifier = "legal"