McShelby / hugo-theme-relearn

A theme for Hugo designed for documentation
https://mcshelby.github.io/hugo-theme-relearn/
MIT License
426 stars 186 forks source link

Click Folder labeled as "Render=never" to expand without having to click the arrow. #909

Closed tdavetech closed 1 month ago

tdavetech commented 2 months ago

Hello!

I currently have some subfolder index pages with a render=never flag in the yaml headers. This is so I do not show empty index pages. I would like to show the folder structure on my side bar without having an index page for each one. This works, the only problem is that you have to click specifically on the arrow in order to get the folder to expand. Is there a way to make it so that if you click anywhere on the folder (arrow and/or word) then the folder will expand?

Thanks!

McShelby commented 2 months ago

Hi David! That's currently not possible. The only thing you could do is to set alwaysopen=true on your headless bundle to have it initially expanded.