Uncomment menu for Blogposts.

This commit is contained in:
2025-11-13 21:44:34 -07:00
parent f848686503
commit cfe039bb2c

View File

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