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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-05-18 18:17:28 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-05-18 18:17:28 +0300
commitb743a165a1e8d2d57b978f89dd207b11e8172d86 (patch)
tree363bc73b0475e5c82c765ae3b379d6a14166ed29 /exampleSite
parentaedc04ca70b60429edc9872a61d27031653dd1eb (diff)
Add default highlight style to exampleSite.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index cd8b882..e4f8f3d 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -5,6 +5,18 @@ copyright = "This is a customized copyright."
theme = "diary"
# googleAnalytics = "UA-123-45"
+[markup]
+ [markup.highlight]
+ codeFences = true
+ guessSyntax = false
+ hl_Lines = ""
+ lineNoStart = 1
+ lineNos = false
+ lineNumbersInTable = true
+ noClasses = true
+ style = "perldoc"
+ tabWidth = 4
+
[params]
subtitle = "Themed by Diary."
enableGitalk = true