Skip to content

Commit 3d3e24e

Browse files
committed
Enables collapsible menu in sidebar
Allows users to collapse submenus in the sidebar.
1 parent 16c1b87 commit 3d3e24e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ disableShortcutsTitle = true
1212
themeVariant = 'relearn'
1313
disableLandingPageButton = true
1414

15+
# Note that this setting can increase build times significantly.
16+
# https://mcshelby.github.io/hugo-theme-relearn/configuration/sidebar/menus/index.html#expander-for-submenus
17+
collapsibleMenu = true
18+
1519
[markup]
1620
defaultMarkdownHandler = "goldmark"
1721
[markup.goldmark]

0 commit comments

Comments
 (0)