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