Taxonomy Setup
Taxonomies allow you to classify content. Hugo includes tags and categories by default. You can define custom taxonomies in your site configuration: yaml Copy taxonomies: tag: tags category: categories series: series Then use them in your front matter: yaml Copy series: ["Hugo 101"]