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:
Diffstat (limited to 'exampleSite/config/_default/params.yaml')
-rw-r--r--exampleSite/config/_default/params.yaml12
1 files changed, 10 insertions, 2 deletions
diff --git a/exampleSite/config/_default/params.yaml b/exampleSite/config/_default/params.yaml
index 5eaeaf2..16e5093 100644
--- a/exampleSite/config/_default/params.yaml
+++ b/exampleSite/config/_default/params.yaml
@@ -19,7 +19,7 @@ publisherLogo:
highlight:
handler: highlightjs
-
+
highlightjs:
# highlight.js doesn't bundle every language. So please specify additional languages you want here.
# See https://github.com/highlightjs/cdn-release/tree/master/build/languages for available languages.
@@ -40,7 +40,7 @@ math:
# leqno:
comment:
- # Options: disqus, commento and utterances.
+ # Options: disqus, commento, valine and utterances.
handler:
# disqus:
@@ -57,6 +57,14 @@ comment:
# # If self-hosting, please enter the url (e.g. https://commento.example.com) here. Otherwise leave empty.
# url:
+ valine:
+ # Browse https://valine.js.org/configuration.html to see the options available.
+ # You can list the key and value you want as below.
+ # Because Hugo's config params are case-insensitive, you need to add `-` or `_` before the uppercase letters.
+ # For example, `appId` should be written as `app-Id` or other acceptable formats.
+ app-Id:
+ app-Key:
+
diagram:
handler: mermaid