1.0.0 • Published 7 years ago

hexo-d3cloudtag v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

hexo-d3cloudtag

hexo-d3cloudtag is an plugin using d3-cloud to generate tagcloud for Hexo.

Install

$ npm install hexo-d3cloudtag --save

Usage

In your hexo themes, you can use it like the following

<div>
    <%- d3cloudtag(site.tags) %>
</div>

Demo

lucyhao blog

Blog

Here I wrote a blog to introduce this.Using d3-cloud to show the tagcloud

License

MIT