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

github.com/jacobsun/edidor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsun6eal <jacob.sun.meta@gmail.com>2019-05-30 14:51:56 +0300
committersun6eal <jacob.sun.meta@gmail.com>2019-05-30 14:51:56 +0300
commit64051bc5a38770e0ecf48d33101f115e37cc109e (patch)
treeeeff11fb24d4b9ac629690a706aa341d34f47ba2
parent4291959172c7b598e21a7b4ffed58aaf5f817043 (diff)
null custom css and js in example config file
-rw-r--r--exampleSite/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b37082a..80533e6 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -42,8 +42,8 @@ googleAnalytics = "your ga id"
isHighlightCode = true
# set true need to use custom js
useCustomSyntaxHighlight = false
- customJs = [""]
- customCss = [""]
+ customJs = []
+ customCss = []
mode = "light"
# menubar setting, you can change url, weight and name except the 'Theme'.
[[menu.main]]