You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.en.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -268,6 +268,16 @@ code_block:
268
268
> Site comments can be individually controlled for each article using `comments` in the Front matter.
269
269
> When `comments` is `false`, comments won't be displayed. When it's `true` or not specified, the display will be determined by the `_config.yml` configuration.
270
270
271
+
> Support for multiple comment systems simultaneously after version 1.7.0+
272
+
273
+
Global comment system configuration:
274
+
275
+
```yaml
276
+
comment:
277
+
title: Say something! # Title of the comment box
278
+
default: waline # Default comment system used when multiple are enabled
279
+
```
280
+
271
281
If using [Valine](https://valine.js.org/)
272
282
Please refer to their official documentation to complete the `LeanCloud` configuration, then set `valine.enable` to `true` in the inner `_config.yml` and fill in your `appId` and `appKey`
0 commit comments