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 14:01:18 +0300
committerWang Chucheng <me@wangchucheng.com>2021-04-11 14:57:08 +0300
commitebf560f9f484c5027a5fc9f418510d363a6bed3e (patch)
tree463ea6446649fd0611742a45844993a6c842e9c1 /exampleSite
parentd07e1032454d90d3282e6d5caa5899a244e59ec6 (diff)
feat: recursive enableComment param
BREAKING CHANGES: Param `comment.platform` in params.yaml is deprecated.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/params.yaml24
1 files changed, 12 insertions, 12 deletions
diff --git a/exampleSite/config/_default/params.yaml b/exampleSite/config/_default/params.yaml
index f930a4d..5eaeaf2 100644
--- a/exampleSite/config/_default/params.yaml
+++ b/exampleSite/config/_default/params.yaml
@@ -41,21 +41,21 @@ math:
comment:
# Options: disqus, commento and utterances.
- platform:
+ handler:
- disqus:
- shortname:
+ # disqus:
+ # shortname:
- commento:
- # 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:
- 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:
+ # commento:
+ # # If self-hosting, please enter the url (e.g. https://commento.example.com) here. Otherwise leave empty.
+ # url:
diagram:
handler: mermaid