From 35fab5ef3789216c08b1756a0cf9650e52477110 Mon Sep 17 00:00:00 2001 From: Rise <8315221+AmazingRise@users.noreply.github.com> Date: Thu, 13 May 2021 16:56:30 +0800 Subject: Updated Comment Area (markdown) --- Comment-Area.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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. -- cgit v1.2.3