From 1fa9b92921f95266c0d1c0ef531492bfac0bd396 Mon Sep 17 00:00:00 2001 From: gribse Date: Fri, 18 Apr 2025 23:32:59 +0200 Subject: [PATCH] Add 'Collection' menu item and adjust weights for navigation --- hugo.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hugo.yml b/hugo.yml index 84ebb07..ccf8460 100644 --- a/hugo.yml +++ b/hugo.yml @@ -13,14 +13,18 @@ menu: name: Blog url: /blog/ weight: 10 + - identifier: collection + name: Collection + url: /collection/ + weight: 20 - identifier: tags name: Tags url: /tags/ - weight: 20 + weight: 30 - identifier: a-propos name: À propos url: /a-propos/ - weight: 30 + weight: 40