aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-03-12 21:30:47 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-03-12 21:30:47 +0800
commit7043881ae2a712487c0557926d75384a9d35b6ac (patch)
tree2f89714a891b357ebbc029b5f4361909b888ef7a /exampleSite/config.toml
parent1da110d6b1d03824eba1aed1cf14ca5dee763e58 (diff)
feat: generate flowchart diagrams from code blocks (#35)
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6376691..4e72e0a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -101,6 +101,10 @@ copyright = "" # default: author.name ↓ # 默认为下面配
clientId = "" # Your client ID
clientSecret = "" # Your client secret
+ [params.flowchartDiagrams]# see https://blog.olowolo.com/example-site/post/js-sequence-diagrams/
+ enable = false
+ options = ""
+
[params.busuanzi] # count web traffic by busuanzi # 是否使用不蒜子统计站点访问量
enable = false
siteUV = true