From 113e3650f162ec1d82dcb02ff1d3f45a62b1c873 Mon Sep 17 00:00:00 2001 From: Colmaris Date: Tue, 18 Mar 2025 16:33:34 +0100 Subject: [PATCH] changes --- hugo.exe | Bin hugo.toml | 9 +++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) mode change 100755 => 100644 hugo.exe diff --git a/hugo.exe b/hugo.exe old mode 100755 new mode 100644 diff --git a/hugo.toml b/hugo.toml index 455a681..0199530 100644 --- a/hugo.toml +++ b/hugo.toml @@ -66,7 +66,7 @@ url = "https://video.colmaris.fr" [[menu.main]] identifier = "jardin" name = "Jardin" - url = "/jardin/" + url = "/categories/jardin/" weight = 2 [[menu.main]] identifier = "notes" @@ -76,8 +76,13 @@ url = "https://video.colmaris.fr" [[menu.main]] identifier = "photo" name = "photo" - url = "/photo/" + url = "/categories/photo/" weight = 4 + [[menu.main]] + identifier = "the100pics" + name = "the100pics" + url = "/the100pics/" + weight = 5 [taxonomies] category = "categories"