Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-18 | Make menu entries' link relative (#421) | Giuseppe Masino | 1 | -2/+2 | |
This change allows hugo to build pages correcly when `canonifyURLs = false` and `relativeURLs = true`. Otherwise the links on the menu will be canonicalized regardless of configuration. This results in broken sites in a number of situations, such as sites served behind a reverse-proxy that don't want to account for the prefix they're served under. | |||||
2021-05-20 | Fix lighthouse remarks: icon sizes, noopener | Alex Shpak | 1 | -1/+1 | |
2021-05-03 | collapsed menu right arrow, uncollapsed down arrow (#332) | Pim Snel | 1 | -1/+0 | |
2020-09-14 | #231, Allow open collapsed menu without changing page | Alex Shpak | 1 | -10/+13 | |
2020-04-28 | #212, Fix use of IsAncestor after hugo breaking change | Alex Shpak | 1 | -1/+1 | |
2020-04-14 | #197, Use RelPermalink to identify nested pages in collapsed menu | Alex Shpak | 1 | -3/+4 | |
2020-04-11 | #157, Refactor side menu, simpler and renders all pages at root | Alex Shpak | 1 | -46/+21 | |
2020-03-30 | Fix current page highlight in new Hugo version | Alex Shpak | 1 | -3/+3 | |
2020-03-01 | #155, Do not show collapse indicator in non-section pages | Alex Shpak | 1 | -1/+1 | |
2020-02-29 | #155, Add expand indicator in collapsed section | Alex Shpak | 1 | -9/+10 | |
2019-11-16 | Add language switch at bottom of page | Alex Shpak | 1 | -1/+1 | |
2019-10-09 | #51, Add experimental bookCollapseSection page param to hide nested sections | Alex Shpak | 1 | -5/+11 | |
2019-09-04 | Fixes #69 Make file based menus behave as expected | Paul Twohey | 1 | -7/+8 | |
- Fixes #69 - Section headings are listed once - Sections and normal pages sort with the same weights amongst themselves | |||||
2019-08-06 | Start work on search feature with lunr | Alex Shpak | 1 | -2/+2 | |
2019-05-27 | #52, Allow to set max showed levels of ToC. e.g. BookToC=3 | Alex Shpak | 1 | -1/+1 | |
2019-04-30 | #43, Add bookHidden page param to hide page from side menu | Alex Shpak | 1 | -3/+3 | |
2019-04-22 | #43, Update tree menu rendering to support multiple sections | Alex Shpak | 1 | -32/+44 | |
2018-10-08 | Fix menu paddings, add additional space for big screens | Alex Shpak | 1 | -1/+1 | |
2018-09-28 | Improve sass styles | Alex Shpak | 1 | -1/+1 | |
2018-09-26 | Remove purecss dependency and replace with flexbox | Alex Shpak | 1 | -0/+47 | |