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-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.