烟雨漫雪
3-hexo加入字数统计WordCount

3-hexo加入字数统计WordCount

这是 3-hexo 说明文件,转载自 叶落阁:https://yelog.org/2017/03/09/Hexo-WordCount/

@[toc]

前言

只需要安装一个插件 WordCount

安装

$ npm i hexo-wordcount --save

使用

单篇文章字数

<%=wordcount(post.content) %>

所有文章的总字数

<%=totalcount(site) %>