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--Customization.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/Customization.md b/Customization.md
index bb609c7..5d5339d 100644
--- a/Customization.md
+++ b/Customization.md
@@ -27,6 +27,7 @@ Then add following lines behind:
```
(Modify to suit your condition.)
+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.
@@ -43,4 +44,17 @@ If some bugs happens, please feel free to open an issue or PR.
Welcome to open an issue or Pull Request for adding a new comment service.
-If I'm free then, I will add it. :P \ No newline at end of file
+If I'm free then, I will add it. :P
+
+## Disable the comment area
+### Disable the comment area in one post
+If you wanna to disable the comment area in a specific post, please add a line in the metadata area of the post:
+```
+comment : false
+```
+A more detailed description of the posts' meta data is [here](https://github.com/AmazingRise/hugo-theme-diary/wiki/Post's-meta-data).
+
+### Disable it globally
+Please remove the settings item referred in "Add comment area".
+
+The comment area will not be shown. \ No newline at end of file