From 32c4e59ac59376af6331d883d37f52ecab94df0d Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 17 Aug 2022 00:47:26 +0200 Subject: Add code block solarized theme --- config.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config.toml b/config.toml index b79c28c..dce6632 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,19 @@ baseURL = "http://gustafrydholm.xyz/" languageCode = "en-us" title = "Gustaf Rydholm's Webpage" + +[markup] + [markup.highlight] + anchorLineNos = false + codeFences = true + guessSyntax = false + hl_Lines = '' + hl_inline = false + lineAnchors = '' + lineNoStart = 1 + lineNos = false + lineNumbersInTable = true + noClasses = true + noHl = false + style = 'solarized-light' + tabWidth = 2 -- cgit v1.2.3-70-g09d2