Solitude Docs

Waline Comments

Waline provides comments with account systems, reactions, and flexible deployment choices.

Purpose

Waline provides comments with account systems, reactions, and flexible deployment choices.

Backend setup

Create or configure the provider backend first. Keep the provider dashboard open while editing the theme configuration so IDs and domains can be copied exactly.

Theme configuration

comment:
  enable: true
  use: waline
  waline:
    enable: true
    envId: ''
    serverURL: ''

Page behavior

Comments can usually be controlled globally and then overridden by Front Matter.

---
title: Example Post
comments: true
---

Verify

  • The comment container appears on article pages.
  • The browser console has no provider initialization errors.
  • The configured domain matches the deployed site domain.
  • Test comments can be created, loaded, and moderated.