hexo博客框架Maupassant主题,设置评论区,采用的评论区为:disqusvaline 评论系统,且分析两者的利弊与使用性质。

[TOC]


本文初发于 “偕臧的小站“,同步转载于此。


简述:

hexo博客框架Maupassant主题,设置评论区,采用的评论区为:disqusvaline 评论系统,且分析两者的利弊与使用性质。

编程环境: win10 x64 专业版

两者比较:

valine评论可以免登录,直接匿名留言,感觉爽歪歪,是我之所爱。可是、可是、可是、,因为本人的小破站想被百度等收录,就只有认证,然后这就有点慌慌的。还是改成登录的模式,不过就是的成本比较高,需要自备梯子vpn,才能够留言,可是、可是、可是、,如果是技术人员,我觉得有些东东,还是需要自己摸一遍的,这些都是要自己学会的东西。且避免一些,考虑再三,还是采用disqus评论系统吧(这算是真的匿名评论吧!)。

背景:

本人采用的是 hexo框架Maupassant主题,好就好在他自带集成了很多的评论系统,

可以参考的全文:屠城 大道至简——Hexo简洁主题推荐

disqus: ## Your disqus_shortname, e.g. username
uyan: ## Your uyan_id. e.g. 1234567
livere: ## Your livere data-uid, e.g. MTAyMC8zMDAxOC78NTgz
changyan: ## Your changyan appid, e.g. cyrALsXc8
changyan_conf: ## Your changyan conf, e.g. prod_d8a508c2825ab57eeb43e7c69bba0e8b
gitment:
  enable: false ## If you want to use Gitment comment system please set the value to true.
  owner: ## Your GitHub ID, e.g. username
  repo: ## The repository to store your comments, make sure you're the repo's owner, e.g. imsun.github.io
  client_id: ## GitHub client ID, e.g. 75752dafe7907a897619
  client_secret: ## GitHub client secret, e.g. ec2fb9054972c891289640354993b662f4cccc50

以下设置均是在hexo/Maupassant下面的_config.yml下面设置的

valine评论设置:

valine: ## https://valine.js.org
  enable: true ## If you want to use Valine comment system, please set the value to true.
  appid: 手动打码,自行替换成自己的 ## Your LeanCloud application App ID, e.g. pRBBL2JR4N7kLEGojrF0MsSs-gzGzoHsz
  appkey: 手动打码,自行替换成自己的 ## Your LeanCloud application App Key, e.g. tjczHpDfhjYDSYddzymYK1JJ
  notify: false ## Mail notifier, see https://github.com/xCss/Valine/wiki/Valine-评论系统中的邮件提醒设置
  verify: false ## Validation code.
  placeholder: 我就只是想看看,字都懒得打... ## Comment box placeholders.
  avatar: 'mm' ## Gravatar type, see https://github.com/xCss/Valine/wiki/avatar-setting-for-valine
  pageSize: 10 ## Number of comments per page.
  guest_info: nick,mail,link ## Attributes of reviewers.

valine评论效果:

disqus评论设置:

disqus: touwoyimulier ## Your disqus_shortname, e.g. username

disqus评论效果:

参考博文: Hexo搭建博客系列:(六)Hexo添加Disqus评论