v0.14.0
This release improves the visualization of active items in the main navigation. By default, Hinode marks a main menu item as active by matching its permalink with the address of the current page. This release introduces a configurable option to override this selection. By adding a parameter called alias, you can now explicitly instruct the navigation to select a specific menu item. The Hinode docs uses this feature to properly highlight the About and Components pages, which are both subsections of Docs in the content structure.
What's Changed
🎉 New Features
- Menu aliases by @markdumay in #258
📦 Dependencies
- Bump hugo-bin from 0.102.0 to 0.102.1 by @dependabot[bot] in #257
Full Changelog: v0.13.2...v0.14.0