dnlzrgz / hugo-terrassa-theme

Terrassa is a simple, fast and responsive theme for Hugo with a strong focus on accessibility.
https://terrassa.netlify.com/
MIT License
66 stars 77 forks source link

Support nested menus #30

Open ge0rg opened 3 years ago

ge0rg commented 3 years ago

As a Hugo newcomer I've spent north of an hour trying to figure out how to add a two-level menu to Terrassa.

Finally I looked into menu.html and realized that it's only iterating in one dimension through the main menu items.

It would be great to add support for at least one level of nesting, e.g.

And to have a JavaScript / CSS based showing / hiding of the "Imprint" and "ToS" menus when hovering over "Legal".

If this is not planned, please at least clearly document the lack of nesting support :)