From 54450b874ac74fe103d365a0c4511baa7d22ec9d Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 8 May 2022 13:57:36 +0200 Subject: Change syntax highlighting theme --- exampleSite/config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 308678b..c402696 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -33,7 +33,6 @@ defaultContentLanguage = "en" webmanifest = "" # Web app manifest with 192×192 and 512×512 PNG icons for modern browsers disable_fingerprinting = false - disable_highlight_js = false [social] # Facebook Page Admin ID for Domain Insights @@ -54,3 +53,7 @@ defaultContentLanguage = "en" url = "/documentation/" weight = 3 +[markup] + [markup.highlight] + # Syntax highlighting theme + style = "monokailight" -- cgit v1.2.3