Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d-sketon/hexo-shokax-busuanzi

基于Hexo-ShokaX主题,用于向页脚插入不蒜子用于统计网站访问量和访客量
https://github.com/d-sketon/hexo-shokax-busuanzi

busuanzi hexo hexo-plugin

Last synced: 28 days ago
JSON representation

基于Hexo-ShokaX主题,用于向页脚插入不蒜子用于统计网站访问量和访客量

Awesome Lists containing this project

README

        

# hexo-shokax-busuanzi
适用于[hexo-theme-shokaX](https://github.com/zkz098/hexo-theme-shokaX)的插件,用于向页脚插入不蒜子用于统计网站访问量和访客量。

## 使用
```bash
npm i hexo-shokax-busuanzi --save
```
默认情况下安装完毕自动开启pv和uv统计。
若要修改,请在shokaX主题文件夹中的 `_config.yml` 中插入:(以下均为默认值)
```yaml
busuanzi:
pv:
enable: true
title: 本站总访问量
quantifier: 次
uv:
enable: true
title: 本站总访客量
quantifier: 次
```