hexo-next新增網站訪問人數統計

記錄一下使用

方法

修改主題配置

在主題_config.yml中找到busuanzi_count
把其中的enable設為true

模式

有模式可以設定

pv的方法

一個用戶連續點擊n篇文章,記錄n次訪問量

1
2
3
4
5
#我沒有使用pv方法  所以為false
# custom pv span for the whole site
site_pv: false
site_pv_header: <i class="fa fa-eye"></i>
site_pv_footer:

uv的方法

一個用戶連續點擊n篇文章,記錄1次訪問量

1
2
3
4
5
6
#我使用此方法所以為true
#<i class="fa fa-user"> 是符號
#custom uv span for the whole site
site_uv: true
site_uv_header: <i class="fa fa-user"></i>本站總訪問數
site_uv_footer: 人次

Reference

hexo-next文檔

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

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