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