From 94a7d62d46bab3221acde6fda33a0ed06a8e9d96 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 19 Dec 2023 23:26:32 +0100 Subject: Update config --- config.toml | 37 +++++++++++++++++++++++-------------- 1 file 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 -- cgit v1.2.3-70-g09d2