Solitude Docs

Waline Comments

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

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

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

waline:
  envId: https://your-waline.example.com
  pageview: true
  option:

Provider settings are top-level blocks, not children of comment. Use the public Waline server URL. Provider-specific client options belong under option.

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.