hexo-theme-icarus/source/_posts/comment/Valine.md

745 B

title: Valine Comment Plugin date: 2015-01-01 categories:

  • Plugins
  • Comment comment: type: valine app_id: QuQK82UpN8gNkXIaKIszbPUY-gzGzoHsz app_key: B0D5cYRcXrwNGnBoQdRoDTqw notify: false verify: false placeholder: Valine Comment

Installation instructions

{% codeblock lang:yaml _config.yml %} comment: type: valine app_id: xxxxxxxx # (required) LeanCloud application id app_key: xxxxxxxx # (required) LeanCloud application key notify: false # (optional) receive email notification verify: false # (optional) show verification code placeholder: xxxxxxxx # (optional) comment box placeholder text {% endcodeblock%}