prevent HUGO from replacing my quotes with other characters

stupid piece of shit defaults smh my head
This commit is contained in:
Arian Furrer 2024-02-09 21:11:07 +01:00
parent 222bf789be
commit 41bd8f534e
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ theme = 'hugo-theme-techdoc'
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = 'github'
[markup.goldmark.extensions.typographer]
disable = true
[params.meta]
description = "Arian's Basislehrjahr Notizen (Informatik Systemtechnik EFZ)"