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>2020-02-13 19:02:41 +0300
committerRise <8315221+AmazingRise@users.noreply.github.com>2020-02-13 19:02:41 +0300
commit2801723a8818f9118fd228e39c821fdc0adfebed (patch)
tree1fdc57c81de4bc5e0f917a7abee375fde2e815a9
parent57f5e7dd1f81c4c945a193c859219dad9ab0ea0d (diff)
Updated Customization (markdown)
-rw-r--r--Customization.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/Customization.md b/Customization.md
index 90d4b2d..135df92 100644
--- a/Customization.md
+++ b/Customization.md
@@ -61,6 +61,17 @@ To add a disqus comment service, please add a line to `config.toml` in the root
disqusShortname = "Your disqus short name."
```
+#### LiveRe!
+
+Edit your `config.toml` in the hugo website's root directory.
+
+Add the following line to the section `[params]`
+```
+livereId = "xxxx"
+```
+
+"xxxx" stands for the value of `data-uid` in your LiveRe HTML code.
+
#### Other comment service
Welcome to open an issue or Pull Request for adding a new comment service.