Version 5.27
See the changelog of this version for a detailed list of changes.5.27.0 (2024-04-07)
Cap'n Hugo 0.121.0
- 0.121.0 This release requires a newer Cap'n Hugo version.
Change
-
Change If th' theme be configured t' generate warnings or errors dur'n build by sett'n
image.errorlevel
t' eitherwarning
orerror
'n yerhugo.toml
, it will now also generate output if a link fragment be not found 'n th' target plank. -
Change Th' dependency loader was made more versatile.
Th' configurat'n 'n yer
hugo.toml
does not require th'locat'n
parameter anymore. If ye still use it, th' theme will work as before but will generate a warning. So ye don’t need t' change anyth'n, yet.Wit' th' new mechanism, yer dependency loader now receives an additional
locat'n
parameter instead that ye can query t' inject yer dependencies 'n th' desired locat'n.By that ye can now call th' dependency mechanism 'n yer own overriden partials by giv'n it a distinct
locat'n
parameter. In addit'n yer injected files can now be spread t' multiple locat'ns which wasn’t previously poss'ble.
New
-
New Additional styl'n was added fer th' native HTML elements
<mark>
an'<kbd>
. T' use them ye must allow th' usage o' HTML 'n yerhugo.toml
. Th' Marrrkdown documentat'n was enhanced fer this. -
New Ye now can scroll forward an' backward through all head'ns o' a plank by us'n ALT 🡑 an' ALT 🡓. This also works fer th'
PRINT
output format. -
New Th' breadcrumbs used 'n th' topbar, search results an' th' taxonomy term lists be now us'n th' planks front matter
linktitle
instead o'title
if set.