prevent HUGO from replacing my quotes with other characters
stupid piece of shit defaults smh my head
This commit is contained in:
parent
222bf789be
commit
41bd8f534e
|
|
@ -40,6 +40,9 @@ theme = 'hugo-theme-techdoc'
|
||||||
[markup.goldmark.parser]
|
[markup.goldmark.parser]
|
||||||
autoHeadingID = true
|
autoHeadingID = true
|
||||||
autoHeadingIDType = 'github'
|
autoHeadingIDType = 'github'
|
||||||
|
[markup.goldmark.extensions.typographer]
|
||||||
|
disable = true
|
||||||
|
|
||||||
|
|
||||||
[params.meta]
|
[params.meta]
|
||||||
description = "Arian's Basislehrjahr Notizen (Informatik Systemtechnik EFZ)"
|
description = "Arian's Basislehrjahr Notizen (Informatik Systemtechnik EFZ)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue