Releases: chrede88/qubt
Releases · chrede88/qubt
v2.0.0
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
v1.6.0
v1.5.0
v1.4.0
Added
-
Added support for Table of Content for blog posts.
Settoc: true
in 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.txt
file to your repo.
Hugo
- Bumped to v0.136.5