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-04-14 07:09:41 +0300
committerRise <8315221+AmazingRise@users.noreply.github.com>2021-04-14 07:09:41 +0300
commitd2f9db1d06de0289ca59239e91ee1d5cee055e08 (patch)
treeee4356ba123b77a44e726a7e40584d61053ff525
parentad5e68148554a2c0f180cedc3799df689ba7766f (diff)
Updated Comment Area (markdown)
-rw-r--r--Comment-Area.md15
1 files changed, 14 insertions, 1 deletions
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.
---