From 8daa01855a325c313003ef23911d2808a56e415c Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Mon, 8 Jul 2024 07:04:46 -0400 Subject: [PATCH] I guess gitInfo doesn't work as well as I'd hope --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 1b88f73..5e8374c 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #! /bin/bash -HUGOCMD="hugo --enableGitInfo" +HUGOCMD="hugo" # debug alias #HUGOCMD="hugo --enableGitInfo -v --debug --logLevel=debug --printI18nWarnings --printPathWarnings --printUnusedTemplates --templateMetrics --templateMetricsHints"