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:
authorcntrump <cntrump@gmail.com>2021-12-28 10:18:25 +0300
committerGitHub <noreply@github.com>2021-12-28 10:18:25 +0300
commitae8ef5c9de4f96056b4e1bd39af4efad5c905fb2 (patch)
treed3b6538a987af18c0b576ce8a45779076463477b /README.md
parentf6ee0748940d3d29a4b7e21bdfa17d1a13f211bf (diff)
parent87ef2aba8d5409ad9e277ad273a9d089e98c2ecc (diff)
Merge pull request #61 from MetalBlueberry/feature/utterances
Add Utterances comments
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 12efffd..3529806 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,9 @@ ipv6ready = true # Show IPV6Ready logo on footer.
[params.comments]
enable = false # En/Disable comments globally, default: false. You can always enable comments on per page.
+[params.comments.utterances]
+repo = "MetalBlueberry/MetalBlueberry.github.io" # enable comments with [utteranc.es](https://utteranc.es/)
+
[params.math]
enable = false # optional: true, false. Enable globally, default: false. You can always enable math on per page.
use = "katex" # option: "katex", "mathjax". default: "katex"