Taxonomies in HBStack

Short and simple taxonomies module


Summary content goes here.


What are Taxonomies?

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.

Why use Taxonomies in HBStack?

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.

How to use Taxonomies in Hbstack ?

  • Make your posts, blogs or any markdown document belogn to any of the catagories that comes under taxonomies.
  • For example following are commonly used terminology
  1. Series
  2. Categories
  3. Tags

Hbstack Taxonomy module

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

Conclusion


FAQs