Releases: chrede88/qubt
Releases · chrede88/qubt
v2.1.0
v2.0.1
v2.0.0
Breaking Change
-
Bumping minimum hugo version to
v0.122.0 extended. -
Theme major version.
go.mod&module.yamlconfiguration files needs to be updated.
Change therequireline to the following ingo.mod:require github.com/chrede88/qubt/v2 v2.0.0Change the module url in
module.yamlto:imports: - path: github.com/chrede88/qubt/v2
Notice the extra
v2in 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.yamlconfig in order to get the nessecary markup config for Latex rendering and inline image rendering:markup: _merge: deep
Go
- Bumped to v1.23.3
v1.6.0
v1.5.0
v1.4.0
Added
-
Added support for Table of Content for blog posts.
Settoc: truein frontmatter to display the Table of Content. -
Added default
ai.txt. The default is to disallow LLM training on anything.
Change this by adding a./static/ai.txtfile to your repo.
Hugo
- Bumped to v0.136.5