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-06-04 18:48:33 +0300
committerRise <8315221+AmazingRise@users.noreply.github.com>2020-06-04 18:48:33 +0300
commit3a7e1687be45516f0bcc29670447f66a5704faf2 (patch)
tree07fca9609331619148e1536783b88dc8c10e74a4
parent2091ebc3e903d4942641efc55fc1293743c2207b (diff)
Updated Comment Area (markdown)
-rw-r--r--Comment-Area.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/Comment-Area.md b/Comment-Area.md
index 136ce80..535c46b 100644
--- a/Comment-Area.md
+++ b/Comment-Area.md
@@ -26,16 +26,16 @@ Then add following lines behind:
Notice: Gitalk will not shown in offline preview server.(Launched by `hugo server`)
#### Disqus
-Hugo originally supports Disqus, and I added the disqus to the theme.
-But due to my network environment, I haven't had it tested.
-
-To add a disqus comment service, please add a line to `config.toml` in the root directory:
+To add a disqus comment service, please add a line to `config.toml` in the root directory, under `[params]`:
```toml
+[params]
disqusShortname = "Your disqus short name."
```
+Thanks for [nicholaskajoh](https://github.com/AmazingRise/hugo-theme-diary/issues/51) and [jenlky](https://github.com/AmazingRise/hugo-theme-diary/issues/42)'s feedback.
+
#### LiveRe!
Edit your `config.toml` in the hugo website's root directory.