From 5f8b79f942f94da8954d8c28c8704aa5af045a54 Mon Sep 17 00:00:00 2001 From: 赵志远 Date: Thu, 5 Apr 2018 21:44:09 +0800 Subject: feat: add gitalk (#51) --- exampleSite/config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index fc1aae3..cefeead 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -94,6 +94,8 @@ copyright = "" # default: author.name ↓ # 默认为下面配 fancyboxCss = '' gitmentJS = '' gitmentCSS = '' + gitalkJS = '' + gitalkCSS = '' [params.gitment] # Gitment is a comment system based on GitHub issues. see https://github.com/imsun/gitment owner = "" # Your GitHub ID @@ -101,6 +103,12 @@ copyright = "" # default: author.name ↓ # 默认为下面配 clientId = "" # Your client ID clientSecret = "" # Your client secret + [params.gitalk] # Gitalk is a comment system based on GitHub issues. see https://github.com/gitalk/gitalk + owner = "" # Your GitHub ID + repo = "" # The repo to store comments + clientId = "" # Your client ID + clientSecret = "" # Your client secret + [params.flowchartDiagrams]# see https://blog.olowolo.com/example-site/post/js-flowchart-diagrams/ enable = false options = "" -- cgit v1.2.3