Home

Awesome

当前版本仅适配 vuepress 1.x

演示

安装

yarn add vuepress-plugin-vssue-global

配置

配置完全继承 @vssue/vuepress-plugin-vssue,增加配置项如下:

module.exports = {
  plugins: [
    [
      "vuepress-plugin-vssue-global",
      {
        platform: "github",
        title: "[Comment]<%- frontmatter.title %>",
        needComments: true,
        // 其他的 Vssue 配置
        clientId: "",
        clientSecret: "",
        owner: "",
        repo: "",
      },
    ],
  ],
};

开启和关闭评论

每篇文章单独控制评论区,需配置 frontmatter

关闭评论区:

comments: false

开启评论区:

comments: true

感谢

本插件开发参考了其他同类插件,在此表示感谢