From 1da110d6b1d03824eba1aed1cf14ca5dee763e58 Mon Sep 17 00:00:00 2001 From: sslyxhz Date: Sun, 11 Mar 2018 14:47:13 +0800 Subject: feat: add gitment module (#36) --- exampleSite/config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 984abf3..6376691 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -92,6 +92,14 @@ copyright = "" # default: author.name ↓ # 默认为下面配 slideout = '' fancyboxJs = '' fancyboxCss = '' + gitmentJS = '' + gitmentCSS = '' + + [params.gitment] # Gitment is a comment system based on GitHub issues. see https://github.com/imsun/gitment + owner = "" # Your GitHub ID + repo = "" # The repo to store comments + clientId = "" # Your client ID + clientSecret = "" # Your client secret [params.busuanzi] # count web traffic by busuanzi # 是否使用不蒜子统计站点访问量 enable = false -- cgit v1.2.3