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

github.com/wayjam/hugo-theme-mixedpaper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayJam So <imsuwj@gmail.com>2020-05-12 05:02:44 +0300
committerWayJam So <imsuwj@gmail.com>2020-05-12 05:02:44 +0300
commit0f4de80c34fd8a5780d67bdf76d868158e5fb397 (patch)
tree2c1c5e8839928cb0d0e0bccc385138258a0336fe
parent3e5ac3a4216a9ce4640d7cfc0c87742c848cccdf (diff)
update: README
-rw-r--r--README.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.md b/README.md
index af70ff3..af84ebe 100644
--- a/README.md
+++ b/README.md
@@ -41,17 +41,16 @@ Supported Disqus and Valine now.
```toml
[params.comment]
-type = "disqus" # or valine
-[params.comment.valine]
-appid = "appid"
-appkey = "appkey"
-notify = "notify"
-verify = "verify"
+appid = "your-appid"
+appkey = "your-appkey"
placeholder = "enjoy~"
avatar = "mm"
-meta = "nick,mail"
pageSize = 10.0
visitor = false
+recordIP = true
+highlight = true
+meta = "nick,mail"
+requiredFields = "nick,mail"
```
#### More