靈感來自簡書驱显。
字?jǐn)?shù)統(tǒng)計(jì)的結(jié)果跟簡書有差異,主要是由于本插件只統(tǒng)計(jì)了中文字?jǐn)?shù)和英文單詞數(shù)瞳抓,所以結(jié)果會(huì)比簡書統(tǒng)計(jì)的字?jǐn)?shù)略少一些埃疫。
特別適合文字愛好者,比如我孩哑。
項(xiàng)目地址: https://npmjs.org/package/hexo-wordcount
安裝和使用
安裝
npm i --save hexo-wordcount
使用
修改Themes
模板文件栓霜,在Post
文章模板區(qū)域加入:
<span class="post-count">{{ wordcount(post.content) }}</span>
即可統(tǒng)計(jì)單篇文章的字?jǐn)?shù)。
<span class="post-count">{{ totalcount(site) }}</span>
上面這句是統(tǒng)計(jì)總字?jǐn)?shù)的横蜒,可以放到Footer
或其他位置里胳蛮。
A Word Count plugin for Hexo.
Installation and Usage
Install
npm install hexo-wordcount --save
Post Count:
<span class="post-count">{{ wordcount(post.content) }}</span>
Total Count:
<span class="post-count">{{ totalcount(site) }}</span>
LICENSE
MIT