hexo-d3cloudtag is an plugin using d3-cloud to generate tagcloud for Hexo.
$ npm install hexo-d3cloudtag@^1.0.0 --save
In your hexo themes, you can use it like the following
<div>
<%- d3cloudtag(site.tags) %>
</div>
Here I wrote a blog to introduce this.Using d3-cloud to show the tagcloud
MIT