From d6d0d9238f42f1e6b6d832ffe83a6f737aaf08a0 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sun, 24 Jul 2022 04:28:45 +0200 Subject: [PATCH] Enable Chroma (#28) --- config.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 8dfda9e..180ecde 100644 --- a/config.yml +++ b/config.yml @@ -26,7 +26,7 @@ params: ShowCodeCopyButtons: true assets: - # disableHLJS: true # to disable highlight.js + disableHLJS: true disableFingerprinting: true favicon: "/favicon.ico" favicon16x16: "/favicon-16x16.png" @@ -91,6 +91,14 @@ outputs: - RSS - JSON # is necessary +# Enable Chroma +markup: + highlight: + style: dracula + lineNos: false + noClasses: false + guessSyntax: true + menu: main: - identifier: Knowledge Base