hexo-helper-simple-tagcloud
v0.2.0
Published
A simplified and improved tag cloud generator for Hexo.
Downloads
5
Maintainers
Readme
hexo-helper-simple-tagcloud
A forked Hexo Tag Cloud generator, but with improvements and fixes.
Install
Install using npm.
$ npm install hexo-helper-simple-tagcloud --save
Why Simple Tag Cloud?
Original Hexo tagcloud
generator has some issues or unless feature in it. I'm not sure whether all Hexo users have the same feeling as I do. So I decided to create independent plugin instead of send out pull request.
What changed
- Removed the color feature (Not that useful and being disabled by default)
- Escaped the space in tag text (Issue #810)
- Pick displayed tags with wisdom (Issue #811)
Usage
Install and enjoy. It just work as original tagcloud
generator, but with the improvements.
HINT For Windows user, if your git complains filename too long
issue, please execute git config --global core.longpaths true
to fix the issue. Thanks @heartnn for the issue and solution.
License
MIT