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: