From faca44b8a95323ffe0293c71e52995a7403ed1ee Mon Sep 17 00:00:00 2001 From: Massimo Maggioni <94243057+MassimoMaggioni@users.noreply.github.com> Date: Sat, 25 Dec 2021 21:02:23 +0100 Subject: [PATCH] reset to original files --- debug.sh | 2 +- exampleSite/config.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debug.sh b/debug.sh index 4d1312e..f2b21b6 100755 --- a/debug.sh +++ b/debug.sh @@ -1 +1 @@ -cd exampleSite && hugo server --gc --themesDir=../.. \ No newline at end of file +cd exampleSite && hugo server --gc --themesDir=../.. diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 28958ae..ee7a8a3 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -4,6 +4,9 @@ theme: hugo-theme-stack paginate: 5 title: Example Site +# Debug +ignoreErrors: "error-remote-getjson" + # Change it to your Disqus shortname before using disqusShortname: hugo-theme-stack