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