0%

hexo之next主题添加评论功能

1.登录(注册)来必力官网

2.安装
在这里插入图片描述
点击安装后根据个人需要选择免费版还是专业版
3.获取data-uid
在安装完成后会出现
在这里插入图片描述
4.复制data-uid,粘贴到主题配置文件中,找到

1
2
# Available values: changyan | disqus | disqusjs | gitalk | livere | valine
active: livere

将active改为livere
再找到

1
2
3
# 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(部署到远端)