不蒜子是 Bruce 开发的一款轻量级的网页计数器,它的口号是(非官方)
LeanCloud 配置使用
注册 LeanCloud 账号
创建 blog 应用
创建存储,Class名称必须为Counter,ACL权限为限制写入
设置 Web 安全域名
1 | http://blog.themismin.com/ |
查看 App ID 和 App Key
找到站点的 themes/next 目录下的 _config.yml 文件,开启 LeanCloud Visitors,配置 App ID 和 App Key
1 | color: fc6423 |
不蒜子配置使用
找到站点的 themes/next/layout/_partials 目录下的 footer.swig 文件,插入代码如下
1 | #}{{ __('footer.theme') }} — {# |
完成以上所有部署后,运行发布命令
1 | hexo clean |