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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <me@wangchucheng.com>2021-04-11 10:50:27 +0300
committerWang Chucheng <me@wangchucheng.com>2021-04-11 10:50:27 +0300
commitd07e1032454d90d3282e6d5caa5899a244e59ec6 (patch)
tree87bf9c2beeddf9ded7b7104635b727c86e2cda09 /exampleSite
parent1876eb3a8ebdf91b375fab74f369c783fe806f7f (diff)
feat: add utterances support
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/params.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/exampleSite/config/_default/params.yaml b/exampleSite/config/_default/params.yaml
index d7771f1..f930a4d 100644
--- a/exampleSite/config/_default/params.yaml
+++ b/exampleSite/config/_default/params.yaml
@@ -40,7 +40,7 @@ math:
# leqno:
comment:
- # Options: disqus and commento.
+ # Options: disqus, commento and utterances.
platform:
disqus:
@@ -50,6 +50,13 @@ comment:
# If self-hosting, please enter the url (e.g. https://commento.example.com) here. Otherwise leave empty.
url:
+ utterances:
+ # Browse https://utteranc.es/ to see the options available.
+ # If you want the color scheme of utterances to follow eureka's, you can set `theme: eureka'.
+ repo:
+ issue-term:
+ theme:
+
diagram:
handler: mermaid