Add Tag Cloud to WowChemy theme

72 views Asked by At

I am trying to add tags to the home page of my website. I added the tag_cloud based on the documentation here. I however do not see the tag_cloud added to my home page.

What could I be missing?

I had previously created a github question for adding tags in my wowchemy site, but it was closed without comment.

Example page where I have added Tag_cloud:(https://raw.githubusercontent.com/ajitgoel/hugo-blog-theme/main/content/home/index.md)

---
# Homepage
type: widget_page
widget: tag_cloud
# Homepage is headless, other widget pages are not.
headless: true
content:
  # Choose the taxonomy from `config.yaml` to display (e.g. tags, categories)
  taxonomy: tags
  # Choose how many tags you would like to display (0 = all tags)
  count: 20
design:
  # Minimum and maximum font sizes (1.0 = 100%).
  font_size_min: 0.7
  font_size_max: 2.0
---
0

There are 0 answers