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:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e5139cc..b37082a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -40,7 +40,11 @@ googleAnalytics = "your ga id"
description = "A hugo site using Edidor. <br/><br/> Ctrl+B toggle sidebar. "
# change it to false if you don't need syntax highlighting, and save a little bandwidth
isHighlightCode = true
-
+ # set true need to use custom js
+ useCustomSyntaxHighlight = false
+ customJs = [""]
+ customCss = [""]
+ mode = "light"
# menubar setting, you can change url, weight and name except the 'Theme'.
[[menu.main]]
name = "Article"