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:
-rw-r--r--Comment.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/Comment.md b/Comment.md
index f4ad949..a0e8dbf 100644
--- a/Comment.md
+++ b/Comment.md
@@ -10,10 +10,6 @@ Now, this theme support these comment service:
### Customizing existing comment service
-The code of comment services is located at `/themes/diary/layouts/partials/journal.html`.
-
-It's messy, and I will fix it in the near future. ;)
-
### Enabling
#### Gitalk
Edit your `config.toml` in the hugo website's root directory.
@@ -55,23 +51,6 @@ livereId = "xxxx"
"xxxx" stands for the value of `data-uid` in your LiveRe HTML code.
-#### Valine
-Edit your `config.toml` in the hugo website's root directory.
-
-Add the following line to the section `[params]`
-```toml
-enableValine = true
-```
-Then add following lines behind:
-```toml
-[params.valine]
- appId = "Your app ID of leancloud"
- appKey = "Your app key of leancloud"
- avator = "avator type"
-```
-
-`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.