天天看點

Hexo+Next主題 文章添加閱讀次數,通路量等

本章所講給文章設定閱讀量,啟用 不蒜子統計 ,僅限于文章頁面顯示閱讀書,在首頁不顯示。效果如下圖所示: [圖檔上傳中...(image-b928aa-1511232295463-1)] 打開 Hexo 目錄下的 \themes\next\ _config.yml 檔案 [圖檔上傳中...(image-bce1cc-1511232295463-0)]

# Show PV/UV of the website/page with busuanzi.
# Get more information on http://ibruce.info/2015/04/04/busuanzi/
# 增加不算子通路數量統計
busuanzi_count:
  # count values only if the other configs are false
  enable: true
  # custom uv span for the whole site
  site_uv: true
  site_uv_header: <i class="fa fa-user"></i> 通路人數
  site_uv_footer:
  # custom pv span for the whole site
  site_pv: true
  site_pv_header: <i class="fa fa-eye"></i> 通路總量
  site_pv_footer: 次
  # custom pv span for one page only
  page_pv: true
  page_pv_header: <i class="fa fa-file-o"></i> 浏覽
  page_pv_footer: 次
           

繼續閱讀