docs: fail on failure of resource lookup

This commit is contained in:
Sören Weber 2024-04-22 22:12:06 +02:00
parent 505b323892
commit f4df3a06ad
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -309,7 +309,7 @@ highlightWrap = true
# for the unresolved path. If set to `warning` the same happens and an additional # for the unresolved path. If set to `warning` the same happens and an additional
# warning is printed. If set to `error` an error message is printed and the build # warning is printed. If set to `error` an error message is printed and the build
# is aborted. # is aborted.
include.errorlevel = "warning" include.errorlevel = "error"
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Images # Images
@ -323,7 +323,7 @@ include.errorlevel = "warning"
# printed. If set to `error` an error message is printed and the build is # printed. If set to `error` an error message is printed and the build is
# aborted. # aborted.
# Please note that this can not resolve files inside of your `static` directory. # Please note that this can not resolve files inside of your `static` directory.
image.errorlevel = "warning" image.errorlevel = "error"
# Image effects. # Image effects.
# See the documentation for how you can even add your own arbitrary effects to # See the documentation for how you can even add your own arbitrary effects to
@ -353,7 +353,7 @@ imageEffects.shadow = false
# aborted. # aborted.
# Please note that with Hugo < 0.123.0 + `uglyURLs=true` this can lead to false # Please note that with Hugo < 0.123.0 + `uglyURLs=true` this can lead to false
# negatives. # negatives.
link.errorlevel = "warning" link.errorlevel = "error"
# How to open external links. # How to open external links.
# Default: "_blank" # Default: "_blank"