From d2f9db1d06de0289ca59239e91ee1d5cee055e08 Mon Sep 17 00:00:00 2001 From: Rise <8315221+AmazingRise@users.noreply.github.com> Date: Wed, 14 Apr 2021 12:09:41 +0800 Subject: Updated Comment Area (markdown) --- Comment-Area.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Comment-Area.md b/Comment-Area.md index 535c46b..399f923 100644 --- a/Comment-Area.md +++ b/Comment-Area.md @@ -5,6 +5,7 @@ Now, this theme support these comment service: - Gitalk - Disqus - Valine +- Twikoo ### Enabling #### Gitalk @@ -64,11 +65,23 @@ Then add following lines behind: `avator` is optional. For details, [click here](https://valine.js.org/avatar.html). +#### Twikoo + +Edit your `config.toml` in the hugo website's root directory. + +Add the following line to the section `[params]` +```toml +enableTwikoo = true +twikooEnvId = "twikoo-YourEnvId" +``` + +Replace YourEnvId with your actual environment id. + #### Other comment service Welcome to open an issue or Pull Request for adding a new comment service. -If I'm free then, I will add it. :P +If I'm free then, I will add it. --- -- cgit v1.2.3