Skip to main content
vuepress-theme-hope

vuepress-plugin-comment2

Comment and pageview plugin for VuePress2

GuideConfig

Giscus

A comments system powered by GitHub Discussions.

Waline

A powerful comment system with backend

Twikoo

A concise, safe and free static site commenting system, based on Tencent Cloud Development.

Artalk

A neat self-hosted commenting system based on golang server.

How to use

Install

pnpm
pnpm add -D vuepress-plugin-comment2

Usage

TS
import { commentPlugin } from "vuepress-plugin-comment2";

export default {
  plugins: [
    commentPlugin({
      // your options
    }),
  ],
};

Migrating from V1

See Migration Guide.