Categories and tag sections Having the ability to section out your site into logical areas is often essential for sites that discuss more than one thing.
add the control variables top the config.toml file:
[taxonomies] category = "categories" tag = "tags" series = "series" add in the content variables to the content pages front matter:
categories: "learn hugo" tags: "cats and tags" series: "learn hugo" showing the categories.