Table of contents

Terms Cloud

Render terms cloud, hugo supports tag and category terms by default, if you want to add your custom terms. Follow the instructions in the document.

Usage

{{< terms-cloud terms="" sortby="" order="" />}}

Paramters:

  • terms: terms name
  • sortby: count or alphabetical (default: count)
  • order: asc or desc (default: asc)

Examples

{{< terms-cloud terms="series" >}}
{{< terms-cloud terms="tags" order="desc" >}}
{{< terms-cloud terms="tags" sortby="alphabetical" >}}