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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud Lepretre <thibaud.lepretre@gmail.com>2021-07-29 22:55:26 +0300
committerThibaud Lepretre <thibaud.lepretre@gmail.com>2021-08-11 15:02:36 +0300
commitf35170151c6619d11a7d5b47e7a0af7fadf56345 (patch)
tree980b0302cd08e8a210eefd052b47e9db231aa723 /exampleSite
parentc4d494feb34be4f4076db57c1d0f7fb97cb2813a (diff)
Add gitalk support
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9b3d602..adec42a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -298,6 +298,19 @@ canonifyurls = true
[params.comment.disqus]
enable = true
shortname = "hugo-tranquilpeak-theme"
+ [params.comment.gitalk]
+ enable = false
+ # clientId =
+ # clientSecret =
+ # owner =
+ # repo =
+ # See all options: https://github.com/gitalk/gitalk#options
+ [params.comment.gitalk.options]
+ language = "en"
+ perPage = 10
+ distractionFreeMode = false
+ enableHotKey = true
+ pagerDirection = "first"
# --------------------
# Header configuration