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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurizal Susanto <rizalsagi@gmail.com>2018-04-30 08:51:43 +0300
committerYurizal Susanto <rizalsagi@gmail.com>2018-04-30 08:56:54 +0300
commit4902f102a9a9c0700b9a1d2dba9777a351326cad (patch)
treee14c0de7c3fc939db37a9390f7efcdd9910e303f /exampleSite
parentfd561cbe08053f9c0328b6a83019b6decc3ffbe2 (diff)
Change default syntax highlighting
Make Chroma the default syntax highlighting
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 45dc351..d8162e0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -15,6 +15,10 @@ disqusShortname = ""
# Edit this if you want to translate your blog
defaultContentLanguage = "en"
+# Code Highlighting (Chroma)
+pygmentsCodeFences = true
+pygmentsUseClasses = true
+
[taxonomies]
tag = "tags"