Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoBasicExample.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2020-10-30 15:46:53 +0300
committerGitHub <noreply@github.com>2020-10-30 15:46:53 +0300
commit7703abed6bfcb3548679eb891e9571cd3f43f96a (patch)
tree6f66195cbed7a89b9041fe6fca09ccfaeeab790c
parent25c5b2f54c5162007c1afc467bf33015f250ff0f (diff)
Ignore getJSON errors to prevent build failures
-rw-r--r--config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 2f4a9e8..e7b20c7 100644
--- a/config.toml
+++ b/config.toml
@@ -6,6 +6,9 @@ paginate = 3
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
+# prevent build failures when using Hugo's Instagram shortcode due to deprecated Instagram API.
+# See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456
+ignoreErrors = ["error-remote-getjson"]
[menu]