Title here
Summary here
Create menus by defining entries, localizing each entry, and rendering the resulting data structure.
For example, to define entries for the main menu:
[[main]]
name = 'Home'
pageRef = '/'
weight = 10
[[main]]
name = 'Products'
pageRef = '/products'
weight = 20
[[main]]
name = 'Services'
pageRef = '/services'
weight = 30Thulite leverages Hugo’s menus. Here are some relevant topics:
There are three ways to define menu entries
Localization of menu entries depends on how you define them.
Create templates to render one or more menus.