hexo-next新增部落格總字數統計數量在網站底部

套件使用

hexo-wordcount

方法

主要是使用hexo-wordcount的功能

  1. 進入 部落格資料夾/themes/next/layout/_partials/footer.swig檔案內
  2. 我是直接新增一行來顯示也就是在theme-info的code底下再新增以下code
1
2
3
4
5
<div>
<font>總字數統計: </font>
<span class="post-count">{{ totalcount(site, '0,0') }}</span>
<font></font>
</div>

Reference

hexo-wordcount

本文地址: https://david6686.github.io/blog/silentink/42691/

加個打賞功能,說不定真的有好心人~