Study Guides | | Working With Taxonomy Templates in Hugo

Study Guide: Working With Taxonomy Templates in Hugo

Here’s a good overview: https://discourse.gohugo.io/t/handling-taxonomies-like-a-boss-update/7719

It includes info on how to:

  • Create custom taxonomies
  • Add custom metadata to taxonomies
  • Create a list template for taxonomy terms using the custom metadata added to the taxonomy
  • Handle terms without a corresponding _index.md file and define default values in your templates
  • Create a taxonomy templates for listing all terms within a specific taxonomy
  • Speed up the creation of unique terms pages using Hugo Archetypes

More information

Source: https://class.ronliskey.com/study/computing/hugo-taxonomy-templates/