Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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主题,用于向页脚插入不蒜子用于统计网站访问量和访客量
- Host: GitHub
- URL: https://github.com/d-sketon/hexo-shokax-busuanzi
- Owner: D-Sketon
- License: mit
- Created: 2023-01-25T10:48:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T14:04:12.000Z (almost 2 years ago)
- Last Synced: 2024-08-08T19:14:41.375Z (3 months ago)
- Topics: busuanzi, hexo, hexo-plugin
- Language: Pug
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: 次
```