How to handle getJSON errors?

Since fdfa4a5 the following can be entered in a project’s config to allow building a project even if a remote source called by getJSON is missing.

If you feel that this should not be logged as an ERROR, you can ignore it by adding this to your site config:
ignoreErrors = ["error-remote-getjson"]

P.S. This option will be available in the next Hugo release.

4 Likes