From 979953a329f6c62dfcac20764be231c06c860294 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Wed, 13 Jul 2022 09:16:05 +0200 Subject: Generate Syntax Highlighter CSS --- exampleSite/config/_default/config.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml index b610ee8..3b97ad2 100644 --- a/exampleSite/config/_default/config.yaml +++ b/exampleSite/config/_default/config.yaml @@ -139,10 +139,8 @@ author: # For more see https://gohugo.io/getting-started/configuration-markup/ markup: defaultMarkdownHandler: goldmark - highlight: - # Syntax highlight style. - # For more see https://xyproto.github.io/splash/docs/ - style: emacs + # false due to generated Syntax Highlighter CSS + noClasses: false goldmark: parser: attribute: -- cgit v1.2.3