1. 程式人生 > >hexo文章字數閱讀時長

hexo文章字數閱讀時長

實現效果圖

* 具體實現方法

在根目錄下安裝 hexo-wordcount,執行:

npm install hexo-wordcount --save

然後在主題的配置檔案中,配置如下:

# Post wordcount display settings
# Dependencies: https://github.com/willin/hexo-wordcount
post_wordcount:
  item_text: true
  wordcount: true
  min2read: true