diff --git a/hugo.toml b/hugo.toml index ab227a0..f27a9b7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -6,7 +6,7 @@ languageCode = 'en-us' title = "Hyperling's Works" subtitle = "My recipes, blogposts, musings, and more." -paginate = 10 +paginate = 25 # Allow direct HTML. markup.goldmark.renderer.unsafe = true @@ -118,34 +118,29 @@ theme = "hello-friend-ng" url = "/tags/crafts" weight = 3 -#[[menu.main]] -# identifier = "50-blog" -# name = "Blogposts" -# url = "/tags/blog" -# weight = 1 +[[menu.main]] + identifier = "50-blog" + name = "Blogposts" + url = "/tags/blog" + weight = 5 [[menu.main]] identifier = "60-poetry" name = "Poetry" url = "/tags/poem" - weight = 1 + weight = 6 [[menu.main]] identifier = "70-tech" name = "Tech" url = "/tags/tech" - weight = 9 + weight = 7 -#[[menu.main]] -# identifier = "80-books" -# name = "eBooks" -# url = "https://hyperling.com/books" -# weight = 9 [[menu.main]] identifier = "80-books" name = "eBooks" - url = "/tags/book" - weight = 9 + url = "/tags/book" #"https://hyperling.com/books" + weight = 8 # End parameters related to: # https://github.com/rhazdon/hugo-theme-hello-friend-ng?tab=readme-ov-file#how-to-configure