demo:我的博客
1.登录(注册)来必力官网
2.安装
点击安装后根据个人需要选择免费版还是专业版
3.获取data-uid
在安装完成后会出现
4.复制data-uid,粘贴到主题配置文件中,找到
# Available values: changyan | disqus | disqusjs | gitalk | livere | valine
active: livere
将active改为livere
再找到
# LiveRe comments system
# You can get your uid from (General web site)
livere_uid: //填入你的data-uid
5.重新部署
hexo clean
hexo g
hexo s(在本地浏览)
hexo d(部署到远端)