Solitude Docs

Artalk Comments

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

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

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

artalk:
  server: https://your-artalk.example.com
  site: My Blog
  option:

Provider settings are top-level blocks, not children of comment. The site value must match the site created in the Artalk dashboard.

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.