fongandrew / hydeout

A refreshed version of Hyde for Jekyll 3.x and 4.x
https://fongandrew.github.io/hydeout/
Other
594 stars 772 forks source link

category-list like tags-list #54

Closed yanxiwu closed 6 years ago

yanxiwu commented 6 years ago

Hello,

Is it possible to have a similar, dynamic index filter for categories as the for tags?

https://fongandrew.github.io/hydeout/tags

Thanks! k

fongandrew commented 6 years ago

Probably! Although that's somewhat out of the scope of this theme. If you'd like to add it yourself though, create your own layout using this partial as starting point: https://github.com/fongandrew/hydeout/blob/7b67d485ef09981304c8096d946d94468f5fb79c/_includes/tags-list.html

Just change the instances of site.tags to site.categories and things should mostly work.