From d9f665e3a273caa3c9429b880c1c30fb74ec2e30 Mon Sep 17 00:00:00 2001 From: Phoenix / Hotaru Date: Fri, 11 Nov 2022 15:58:55 +0000 Subject: [PATCH] Revert "Enable gitInfo" This is somehow breaking the build, as it seems hugo isnt getting the .git info. Ill just disable this for now --- src/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config.toml b/src/config.toml index 4da8ffc..4375604 100644 --- a/src/config.toml +++ b/src/config.toml @@ -4,7 +4,6 @@ languageCode = "en-us" title = "Phoenix's Personal Blog" homepage = "https://fluttershub.com" tags = ["blog","personal","coding"] -enableGitInfo = true [markup.goldmark.renderer] hardWraps = true