Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2019-12-31 04:13:46 +0300
committervvveiii <cntrump@gmail.com>2019-12-31 04:13:46 +0300
commit2df46714285a01a32c01378c63176e136f9c8360 (patch)
treedc4b3748bccefdca419cf3764c9f6214c6490a6f /README.md
parent66db6110e764cc94c93cb63b818ce04d6e7b4268 (diff)
allow enable comments globally.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index ca16a3a..b8735f0 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ slogan = "100% JavaScript-free"
license = "" # CC License
[params.math]
-enable = false # optional: true, false. Enable globally, default: false, you can always enable math on per page.
+enable = false # optional: true, false. Enable globally, default: false. You can always enable math on per page.
use = "katex" # option: "katex", "mathjax". default: "katex"
[params.syntax]
@@ -159,6 +159,9 @@ Setup Disqus [shortname](https://help.disqus.com/en/articles/1717111-what-s-a-sh
```toml
# disqus
disqusShortname = "XXX" # your short name
+
+[params.comments]
+enable = false # En/Disable comments globally, default: false. You can always enable comments on per page.
```
By default, comments is disabled for all posts.