diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-17 00:47:26 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-17 00:47:26 +0200 |
commit | 32c4e59ac59376af6331d883d37f52ecab94df0d (patch) | |
tree | 9c297e7041d1ad515ec3725150088c4b2dcb4753 | |
parent | 478f54bc9ba732573c21a582d0949b346cc6f661 (diff) |
Add code block solarized theme
-rw-r--r-- | config.toml | 16 |
1 files changed, 16 insertions, 0 deletions
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 |