From cec9ea91bc4218421d3bf227c301519a839cb4af Mon Sep 17 00:00:00 2001 From: morya Date: Fri, 6 Jul 2018 22:20:39 +0800 Subject: feat(scripts): configure to use local files for flowchart and sequence diagram Close #76, #77 --- exampleSite/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index ebe80e4..a41c74f 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -103,6 +103,9 @@ copyright = "" # default: author.name ↓ # 默认为下面配 gitalkCSS = '' timeagoJS = '' timeagoLocalesJS = '' + flowchartDiagramsJS = ' ' + sequenceDiagramsCSS = '' + sequenceDiagramsJS = ' ' # Display a message at the beginning of an article to warn the readers that it's content may be outdated. # 在文章开头显示提示信息,提醒读者文章内容可能过时。 -- cgit v1.2.3