summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml16
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