Create menus by defining entries, localizing each entry, and rendering the resulting data structure.

Examples

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 = 30

Hugo documentation

Thulite leverages Hugo’s menus. Here are some relevant topics:

Menus

There are three ways to define menu entries

Localization

Localization of menu entries depends on how you define them.

Templates

Create templates to render one or more menus.