Skip to content

Comments

Comment system is a very important part of a blog. It allows readers to express their opinions and thoughts about the post. It also allows the author to interact with the readers.

Stack currently supports the following comment systems:

Each comment system has its own configuration options placed under [Params.Comments.COMMENT_SYSTEM] section.

For example, utterances's configuration options are placed under [Params.Comments.utterances] section.

TIP

A full list of supported configuration options can be found in here

For more information about the meaning of each configuration option, please refer to the documentation of the comment system.

WARNING

In case of Disqus, the only configuration option is disqusShortname, which is not available at [Params.Comments.disqus] section. Instead, it is placed at root section of configuration file.

enabled

  • Type: bool
  • Default: false

Enable / disable comment system.

provider

  • Type: string

Comment system provider. Possible values are:

  • cactus
  • cusdis
  • disqus
  • disqusjs
  • giscus
  • gitalk
  • remark42
  • twikoo
  • utterances
  • vssue
  • waline

Documentation released under the MIT License, logo designed by Jimmy Cai, all rights reserved.