lukeorth / poison

Professional Hugo theme for dev bloggers. Based on Mdo's classic Hyde theme.
https://poison.lukeorth.com
GNU General Public License v3.0
199 stars 98 forks source link

feature request: show/hide "hamburger" for sidebar on mobile #124

Open rawwerks opened 1 year ago

rawwerks commented 1 year ago

i really love this theme!

one thing that i think would really take it up a notch is the ability to show/hide the sidebar on mobile.

here's a super simple example from a popular website with a similar layout: https://seths.blog/

sidebar closed/hidden:

image

sidebar open/displayed:

image

if you wanted to directly copy the example above, then <div class="sidebar-about"> would perhaps stay in a modified arrangement, while the other elements would only show when open/displayed

iroQuai commented 1 year ago

That would be amazing! Other ways to reduce the size of the sidebar on mobile are welcome too for me btw...

lukeorth commented 12 months ago

Thanks for the suggestion, @rawwerks! I like this idea too... I'll keep the issue open until I'm able to implement it or someone else wants to take a stab at it.