mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
docs: fail on failure of resource lookup
This commit is contained in:
parent
505b323892
commit
f4df3a06ad
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue