Short and simple taxonomies module
Summary content goes here.
Taxonomies are a way to group and classify content in Hugo. They help organize your site by categorizing content into meaningful groups, making it easier for users to navigate and find related information. Common taxonomies include categories and tags.
Using taxonomies in HBStack enhances the user experience by providing structured navigation and improving content discoverability. They allow you to create dynamic lists of related content, which can increase user engagement and time spent on your site.
taxonomies.To use this module set the attributes as shown below
1hb:
2 blog:
3 home:
4 taxonomy: true
This shows the taxonomy bar on blog home page as shown below.
To show taxonomy os the side bar use the following settings
1hb:
2 blog:
3 sidebar:
4 taxonomies:
5 count: true
6 limit: 10
7 separate: false