hugo-apero / hugo-apero

Apéro is a Hugo theme for personal websites. A Hugo theme you'll want to hang out with :milky_way: . This is the source for the theme files to install.
https://hugo-apero.netlify.app/
Creative Commons Attribution 4.0 International
176 stars 53 forks source link

Add toggleable taxonomy links to `sidebar-link` partial #66

Closed mccarthy-m-g closed 1 year ago

mccarthy-m-g commented 2 years ago

This PR adds toggleable taxonomy links (categories, series, and tags) to the sidebar-link.html partial. These could be toggled anywhere a text link label can already be used, but the main place it's useful is in the blog list sidebar. It's very basic, but makes it a bit easier for users to explore different content on a site.

Here are some screenshots:

Showing all links:

Screen Shot 2021-12-13 at 2 12 19 PM

Hiding the series link:

Screen Shot 2021-12-13 at 2 12 58 PM

Hiding all taxonomy links:

Screen Shot 2021-12-13 at 2 13 20 PM