Terms Cloud
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="" />}}
Parameters:
terms: terms namesortby:countoralphabetical(default:count)order:ascordesc(default:asc)
Examples
{{< terms-cloud terms="series" >}}
{{< terms-cloud terms="tags" order="desc" >}}
{{< terms-cloud terms="tags" sortby="alphabetical" >}}