Breaking Change
-
Bumping minimum hugo version to
v0.122.0 extended
. -
Theme major version.
go.mod
&module.yaml
configuration files needs to be updated.
Change therequire
line to the following ingo.mod
:require github.com/chrede88/qubt/v2 v2.0.0
Change the module url in
module.yaml
to:imports: - path: github.com/chrede88/qubt/v2
Notice the extra
v2
in the path for both files.
Added
- Added support for Latex rendering
Use it by setting the following in the frontmatter of the page where it's needed:Add the following to yourparams: math: true
hugo.yaml
config in order to get the nessecary markup config for Latex rendering and inline image rendering:markup: _merge: deep
Go
- Bumped to v1.23.3