From 1a0c484a7b8c8b83eac21f79d4f30b3256f77ccc Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 6 Jul 2024 10:23:49 -0700 Subject: [PATCH] hugo.yaml: Bring markup config here from themes/base --- hugo.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hugo.yaml b/hugo.yaml index 9ce13fc..92711ca 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -2,6 +2,13 @@ baseURL: "https://nutmeg.erynwells.me/sandbox" languageCode: en-us title: Eryn Wells +markup: + goldmark: + parser: + wrapStandAloneImageWithinParagraph: false + highlight: + noClasses: false + module: hugoVersion: