Version 6.1
See the changelog of this version for a detailed list of changes.6.1.0 (2024-08-02)
Change
-
Change Th'
include
shortcode be now able t' resolve links t' planks as well as resources or files 'n th' file system (the old behavior). -
Change T' make th' asset buster mechanism more robust, some internally used stylesheets whar' restructured. This generally should not affect yer plank 'n any negative way.
New
-
New Th'
openapi
shortcode be now able t' resolve links t' resources as well as t' files 'n th' file system (the old behavior). Ye can configure t' generate warnings or errors dur'n build by sett'nopenapi.errorlevel
t' eitherwarning
orerror
'n yerhugo.toml
if a path can not be resolved. -
New Shorrrtcodes support'n an
errorlevel
configurat'n can now have overridden values 'n th' front matter section o' each individual plank. -
New Th' theme now comes wit' its own overridden version o' th'
relref
shortcode.While th' usage o'
relref
be obsolete an' discouraged by Cap'n Hugo fer a while, exist'n installat'ns may use it. In configurat'ns us'n abaseURL
wit' a subdirectory, an' hav'nrelativeURLs=false
(the default) Hugo’s standardrelref
implementat'n was fail'n.Th' shortcode be deactivated by default an' can be activated by sett'n
hugo.[params] disableDefaultRelref = true
params: disableDefaultRelref: true
{ "params": { "disableDefaultRelref": true } }
'n yer
hugo.toml
. Only do this if yer ship fulfills all o' th' above assumpt'ns.