hexo-helper-word-count
v0.0.2
Published
Hexo helper that counts word in a specified text (post content for example).
Downloads
1
Readme
hexo-helper-word-count
Hexo helper that counts word in a specified text (post content for example).
Install
$ npm install hexo-helper-word-count --save
Usage
To count post content words, add in your theme:
<%- wordcount(post.content) %>
License
MIT © Ludovic LEFEVRE