Guide

Mr.Hope ... 2022-6-1 Less than 1 minute

This plugin register <CommentService /> component globally.

We recommended you to insert the comment component (<CommentService />) after the <PageNav /> component.

By default, <CommentService /> component is enabled globally. You can disable it locally by setting comment: false in page frontmatter.

To keep it globally disabled, please set comment to false in the plugin options. Then you can set comment: true in page frontmatter to enable it locally.

Currently you can choose from Giscus, Waline, Valine, Vssue and Twikoo.

Comment service selection

  • Giscus is recommended if your blog or documentation is primarily geared towards programmers.
  • If your blog or documentation is for the general public, Waline is recommended.

# Giscus

See Giscus Config Guide

# Waline

See Waline Config Guide

# Twikoo

See Twikoo Config Guide

# Vssue

See Vssue Config Guide

# Valine

See Valine Config Guide

Last update: June 3, 2022 13:24
Contributors: Mr.Hope