From bd3eb90983fcb0faececfaad9132e4409954603a Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 13 Nov 2025 20:58:59 -0700 Subject: [PATCH] Change books to stay in this subsite. Add section for tech. Uncomment the Poetry section. --- hugo.toml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/hugo.toml b/hugo.toml index a1b4f9e..ab227a0 100644 --- a/hugo.toml +++ b/hugo.toml @@ -124,16 +124,27 @@ theme = "hello-friend-ng" # url = "/tags/blog" # weight = 1 -#[[menu.main]] -# identifier = "60-poetry" -# name = "Poetry" -# url = "/tags/poem" -# weight = 1 +[[menu.main]] + identifier = "60-poetry" + name = "Poetry" + url = "/tags/poem" + weight = 1 +[[menu.main]] + identifier = "70-tech" + name = "Tech" + url = "/tags/tech" + weight = 9 + +#[[menu.main]] +# identifier = "80-books" +# name = "eBooks" +# url = "https://hyperling.com/books" +# weight = 9 [[menu.main]] identifier = "80-books" name = "eBooks" - url = "https://hyperling.com/books" + url = "/tags/book" weight = 9 # End parameters related to: