1:注册disqus账号https://disqus.com
2:在disqus设置页面中点 Add Disqus to your site 添加你的网站地址, 和设置Choose your unique Disqus URL, 这一栏填写的就是hexo中所使用的short_name
3:打开根目录下的config.yml, 在最后面添加
disqus_shortname: your_disqus_short_name
4:打开hexo\themes\light\_config.yml, 将
comment_provider: facebook
改为
comment_provider: disqus
然后就能看到页面中的评论系统了