From 08e8e59464215ea4d3628d0a3f9a9928fa6aa8f9 Mon Sep 17 00:00:00 2001 From: Olivier ROMAN Date: Sat, 18 May 2024 23:55:00 +0100 Subject: [PATCH] composition du menu --- hugo.toml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index 873caf5..9361293 100644 --- a/hugo.toml +++ b/hugo.toml @@ -4,8 +4,8 @@ languageCode = "fr-FR" theme = "ananke" DefaultContentLanguage = "fr" -SectionPagesMenu = "main" -Paginate = 20 # this is set low for demonstrating with dummy content. Set to a higher number +# SectionPagesMenu = "main" +Paginate = 30 # this is set low for demonstrating with dummy content. Set to a higher number googleAnalytics = "" enableRobotsTXT = true @@ -15,10 +15,26 @@ enableRobotsTXT = true filename = "sitemap.xml" [menus] +[[menus.main]] + name = "Qui sommes-nous ?" + url = "/qui-sommes-nous/" + weight = 1 [[menus.main]] name = "Prochaines activités" url = "https://www.agendadulibre.org/events?tag=axul" - weight = 1 + weight = 2 +[[menus.main]] + name = "Blog" + url = "/blog/" + weight = 3 +[[menus.main]] + name = "Nous contacter" + url = "/nous-contacter/" + weight = 4 +[[menus.main]] + name = "Soutenez-nous" + url = "/soutenez-nous/" + weight = 5 [params] text_color = ""