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-08-14 08:56:52 +0300
committerRise <8315221+AmazingRise@users.noreply.github.com>2021-08-14 08:56:52 +0300
commit5338f2d4a36a719911df5d69b17d55f8b9c132e0 (patch)
treea88ee664d62bc36cc81a7be2ddcb1332e06f4ea8
parent2a0345aca73887b963908ff95481c2900d268990 (diff)
Updated Comment (markdown)
-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.