Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AmazingRise/hugo-theme-diary.wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRise <8315221+AmazingRise@users.noreply.github.com>2021-05-13 11:56:30 +0300
committerRise <8315221+AmazingRise@users.noreply.github.com>2021-05-13 11:56:30 +0300
commit35fab5ef3789216c08b1756a0cf9650e52477110 (patch)
treeda71e061ca0ba8566a2f6b333eb0fa99131a3f7e
parent4038e1627d682a9b58d79674f0098835e5e4d8a4 (diff)
Updated Comment Area (markdown)
-rw-r--r--Comment-Area.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/Comment-Area.md b/Comment-Area.md
index e751a68..552feb5 100644
--- a/Comment-Area.md
+++ b/Comment-Area.md
@@ -6,6 +6,7 @@ Now, this theme support these comment service:
- Disqus
- Valine
- Twikoo
+- Waline
### Enabling
#### Gitalk
@@ -83,6 +84,17 @@ If your Tencent Cloud Environment is deployed in Guangzhou server, don't forget
twikooRegion = "ap-guangzhou"
```
+#### Waline
+
+Edit your `config.toml` in the hugo website's root directory.
+
+Add the following line to the section `[params]`
+```toml
+walineServer = "https://yourappaddress.vercel.app"
+```
+
+`walineServer` is corresponding to `serverURL`.
+
#### Other comment service
Welcome to open an issue or Pull Request for adding a new comment service.