Hello! I built a static site with Jekyll that uses the default template’s system of adding any page with Title frontmatter to a navbar.
http://fantasticarcade.com
But now that the navbar is getting pretty crowded, I want to figure out a way to group some pages into categories and build dropdown subnavs.
Is this a road too far for the automatic navbar? Do I have to scrap it and manually create a nav, or is there some way I’m overlooking?
Thanks!