Solitude Docs

Twikoo Comments

Configure Twikoo as a top-level Solitude 4 comment provider.

Configure shared behavior and select the provider in _config.solitude.yml:

comment:
  use: twikoo
  commentBarrage: false
  lazyload: true
  count: true
  sidebar: false
  pv: false
  avatar: https://gravatar.com/avatar

twikoo:
  envId: https://your-twikoo.example.com
  region:
  style: true
  accessToken:
  option:

Provider settings are top-level blocks, not children of comment. Set region only for the corresponding Tencent Cloud environment. Keep privileged access tokens out of public repositories.

Use comment: false in page Front Matter to disable comments locally. Verify initial load, repeated PJAX navigation, posting, theme switching, count display when supported, and the production domain allowlist.