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

github.com/spookey/slick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2018-12-19 18:58:24 +0300
committerFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2018-12-19 18:58:24 +0300
commit60f4b509bb7daa2244abeab714bb4ac5163f1fff (patch)
tree1ffa0d21732021cf4e5363f4093791a2553fd73f /exampleSite
parent00010ddf373c20506f59f06b8dd77271c720a76c (diff)
Include a stylesheet and configuration for proper code highlighting
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 098d6cb..53cd8d6 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -9,8 +9,11 @@ languageCode = "en"
# Will appear below the footer links with a © sign and the current year
copyright = "Some Author — All rights reserved."
-pygmentsCodeFencesGuessSyntax = true
-pygmentsStyle = "manni"
+
+pygmentsCodefences = true # Enable highlighting inside codefences
+pygmentsCodeFencesGuessSyntax = true # Highlight code without language tag
+pygmentsUseClasses = true # Use inline styles
+pygmentsUseClassic = false # Force use of chroma
canonifyurls = "true"