kaiiiz / hugo-theme-monochrome

Monochrome is a fast, clean and responsive hugo theme
https://kaiiiz.github.io/hugo-theme-monochrome/
MIT License
171 stars 52 forks source link

terms-cloud naming issue #9

Closed Ran-n closed 2 years ago

Ran-n commented 2 years ago

When I define a terms with a nome other than tags the terms-cloud doesnt render.

kaiiiz commented 2 years ago

Hugo supports tag and category terms by default. If you want to add your custom terms, please first check your hugo project's config.yaml has following settings:

taxonomies:
  category: categories
  tag: tags
  singular key: plural value

See https://gohugo.io/content-management/taxonomies for more details.

Ran-n commented 2 years ago

Tysm that was the issue. Also, great of you guys to add it in since it was kinda missleading.