From c0ae8770bcb5c903054fda625c3ee672f4c5e950 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 29 Apr 2024 12:36:41 +0200 Subject: [PATCH] Manually add links to the menu Reviewed-by: Aleix Roca Nonell --- web/hugo.toml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/web/hugo.toml b/web/hugo.toml index 39357f3..7458aeb 100644 --- a/web/hugo.toml +++ b/web/hugo.toml @@ -2,4 +2,27 @@ baseURL = 'https://jungle.bsc.es/' languageCode = 'en-us' title = 'The jungle' theme = 'PaperMod' -sectionPagesMenu = "main" + +[[menu.main]] +identifier = "grafana" +name = "Grafana" +url = "/grafana/" +weight = 10 + +[[menu.main]] +identifier = "Git" +name = "Git" +url = "/git/" +weight = 20 + +[[menu.main]] +identifier = "Lists" +name = "Lists" +url = "/lists/" +weight = 30 + +[[menu.main]] +identifier = "Posts" +name = "Posts" +url = "/posts/" +weight = 40