From 16fd162955821a65ea01edeae4d2b93b7c2a1f36 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 27 Feb 2023 17:07:02 +0800 Subject: [PATCH] Update example site Hugo config For some reason, the latest runs now give an error regarding Git info being enabled. So disabling it for now. --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 6a79201..335fc11 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,6 +1,6 @@ baseURL = "https://foo-dogsquared.github.io/hugo-theme-more-contentful" title = "More Contentful" -enableGitInfo = true +enableGitInfo = false paginate = 20 rssLimit = 2