diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-19 23:26:32 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-19 23:26:32 +0100 |
commit | 94a7d62d46bab3221acde6fda33a0ed06a8e9d96 (patch) | |
tree | 85d94ef4dc74a4c5f5f0f8f0858b5fc06ec9464b /config.toml | |
parent | 41b00690e68a9675b7b801ab241ba9e73da1bb00 (diff) |
Update config
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 37 |
1 files changed, 23 insertions, 14 deletions
diff --git a/config.toml b/config.toml index dce6632..8c6b515 100644 --- a/config.toml +++ b/config.toml @@ -2,18 +2,27 @@ baseURL = "http://gustafrydholm.xyz/" languageCode = "en-us" title = "Gustaf Rydholm's Webpage" +[params] +favicon = "/favicon.svg" +stylesheet = "/style.css" +indexarticles = 50 +taglist = true + [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 +[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 +[markup.goldmark] +[markup.goldmark.renderer] +unsafe = true |