Main navigation
[[menu.main]]
is the main loop, you can add your navigation item by copy and paste this line.name
attribute is for navigation item name.URL
is for the page url, just give the page name here, it will automatically add the base URL from your site. like if you want to give the about page url here, just typeabout
.weight
is for your navigation sorting, the smaller number weight will show first.- For
dropdown menu
you need to add another attribute calledhasChildren = true
, and removeURL
. then give 1 tab space for understanding hugo that is a children menu item. and paste this[[menu.main]]
again, then give theparent =
attribute here. parent name should be the dropdown item name, then give the pagename
andURL
.