Rework navigation menu (2026)

This commit is contained in:
Abner Coimbre
2026-01-29 00:01:05 -08:00
parent 973720b07d
commit 10c7b20a45
2 changed files with 9 additions and 31 deletions

View File

@@ -2,19 +2,8 @@
# main menu # main menu
[[main]] [[main]]
name = "Conferences" name = "Meetups"
weight = 1 url = "/meetups"
[[main]]
parent = "Conferences"
name = "Seattle"
url = "/Seattle"
weight = 2
[[main]]
parent = "Conferences"
name = "Boston"
url = "/boston"
weight = 1 weight = 1
[[main]] [[main]]
@@ -23,8 +12,8 @@ url = "/news"
weight = 2 weight = 2
[[main]] [[main]]
name = "Media" name = "Guide"
url = "/media" url = "/guide"
weight = 3 weight = 3
[[main]] [[main]]
@@ -39,8 +28,8 @@ weight = 1
[[main]] [[main]]
parent = "Explore" parent = "Explore"
name = "Meetups" name = "Media"
url = "/meetups" url = "/media"
weight = 2 weight = 2
[[main]] [[main]]
@@ -51,19 +40,8 @@ weight = 3
[[main]] [[main]]
name = "About" name = "About"
weight = 4
[[main]]
parent = "About"
name = "About Us"
url = "/about" url = "/about"
weight = 1 weight = 4
[[main]]
parent = "About"
name = "Quick Guide"
url = "/guide"
weight = 2
# footer menu # footer menu
[[footer]] [[footer]]

View File

@@ -38,8 +38,8 @@ preloader = "" # use jpg, png, svg or gif format.
# Navigation button # Navigation button
[navigation_button] [navigation_button]
enable = true enable = true
label = "Meetups" label = "Chat"
link = "meetups" link = "chat"
# search # search
# search module: https://github.com/gethugothemes/hugo-modules/tree/master/search # search module: https://github.com/gethugothemes/hugo-modules/tree/master/search