From 4025ecaf25ccc08fa8073f6495b3b64604217f96 Mon Sep 17 00:00:00 2001 From: MMaker Date: Mon, 23 Mar 2026 15:16:06 -0400 Subject: [PATCH] Oh, this can be disabled now, cool. --- config.toml | 3 +++ content/about.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index fdf9f6c..f57de9f 100644 --- a/config.toml +++ b/config.toml @@ -15,3 +15,6 @@ publishDir = "/var/www/sites/mmaker.moe/" [params.author] name = "MMaker" + +[markup.goldmark.extensions.typographer] + disable = true \ No newline at end of file diff --git a/content/about.md b/content/about.md index 7478615..02a0fb9 100644 --- a/content/about.md +++ b/content/about.md @@ -3,4 +3,4 @@ title: "About" draft: false --- -Hello! I’m MMaker, and this is my little site, which acts as a hub for all my work. I’ll write out a more detailed about page eventually. Thanks for stopping by! \ No newline at end of file +Hello! I'm MMaker, and this is my little site, which acts as a hub for all my work. I'll write out a more detailed about page eventually. Thanks for stopping by! \ No newline at end of file