hexo添加评论功能
1.新建一个空白的公开仓库
2.登录github,点击https://github.com/apps/utterances,单击 Install 按钮,选择刚才新建的空白仓库
3.运行命令
1 | cd <your-blog> |
4.更改语言和主题在_config.yml中
1 | theme: next |
5.更改_config.next.yml
活动的评论插件改为utterances,并启用utterances的enable
1 | comments: |
6.注意需要能够正常访问github,而且加载评论会延迟几秒