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

github.com/funkydan2/hugo-kiera.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Saunders <daniel.saunders@gmail.com>2020-06-17 01:29:29 +0300
committerDaniel Saunders <daniel.saunders@gmail.com>2020-06-17 01:29:29 +0300
commit82f639c86e78e231071f21cb99573c2b8f126982 (patch)
tree269501183367a2c7d3a0f9d673a074e4f7ecea9a
parent4c7e882b91cd06e6c4bdc5234d3d3a1b99a36bbc (diff)
Updated instructions for comments20200617
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index d98814b..209d8ef 100644
--- a/README.md
+++ b/README.md
@@ -187,7 +187,11 @@ For usage, refer to [Font Awesome](https://fontawesome.com/).
### Disqus on demand
-[Disqus](https://disqus.com/) comments are loaded on demand, by clicking the <kbd>View Comments</kbd> button.
+[Disqus](https://disqus.com/) comments are loaded on demand, by clicking the <kbd>View Comments</kbd> button. Disqus comments can be automatically loaded and displayed by setting `CommentAutoload = true` in `config.toml`.
+
+[Utterances](https://utteranc.es), a Git based comment system, is also available. Utterance comments are loaded and displayed by default.
+
+Comments can be disabled for a single page by setting `disableComments = true` in the page frontmatter.
## Support and Pull Requests