mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 10:50: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
|
||||
# warning is printed. If set to `error` an error message is printed and the build
|
||||
# is aborted.
|
||||
include.errorlevel = "warning"
|
||||
include.errorlevel = "error"
|
||||
|
||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
# Images
|
||||
|
@ -323,7 +323,7 @@ include.errorlevel = "warning"
|
|||
# printed. If set to `error` an error message is printed and the build is
|
||||
# aborted.
|
||||
# Please note that this can not resolve files inside of your `static` directory.
|
||||
image.errorlevel = "warning"
|
||||
image.errorlevel = "error"
|
||||
|
||||
# Image effects.
|
||||
# See the documentation for how you can even add your own arbitrary effects to
|
||||
|
@ -353,7 +353,7 @@ imageEffects.shadow = false
|
|||
# aborted.
|
||||
# Please note that with Hugo < 0.123.0 + `uglyURLs=true` this can lead to false
|
||||
# negatives.
|
||||
link.errorlevel = "warning"
|
||||
link.errorlevel = "error"
|
||||
|
||||
# How to open external links.
|
||||
# Default: "_blank"
|
||||
|
|
Loading…
Reference in a new issue