From 41bd8f534ec9bc93a1f491d961e58d39d10971df Mon Sep 17 00:00:00 2001 From: arian Date: Fri, 9 Feb 2024 21:11:07 +0100 Subject: [PATCH] prevent HUGO from replacing my quotes with other characters stupid piece of shit defaults smh my head --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo.toml b/hugo.toml index b8118d6..0cdf279 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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)"