hexo-d3cloudtag-href

原有插件通过npm下载一直未能更新最新代码,自己加一个跳转链接

Usage no npm install needed!

<script type="module">
  import hexoD3cloudtagHref from 'https://cdn.skypack.dev/hexo-d3cloudtag-href';
</script>

README

hexo-d3cloudtag-href

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

Install

$ npm install hexo-d3cloudtag-href --save

Usage

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

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

License

MIT