Skip to content

Releases: chrede88/qubt

v2.0.0

08 Dec 17:16
2bbbceb
Compare
Choose a tag to compare

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 the require line to the following in go.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:
    params:
      math: true
    Add the following to your 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

30 Nov 08:45
ce5bd01
Compare
Choose a tag to compare

Added

  • Added posibility to set site.Copyright in configuration. (#187)

Fixed

  • Changed the assets fingerprint to sha256. Fixes a filename issue on Linux. (#186)

Hugo

  • Bumped to v0.139.3

v1.5.0

06 Nov 14:33
3eb1814
Compare
Choose a tag to compare

Added

  • Added new icons:
    1. ssh-key
    2. certificates
    3. gpg-key

Hugo

  • Bumped to v0.138.0

v1.4.0

26 Oct 19:38
f03814c
Compare
Choose a tag to compare

Added

  • Added support for Table of Content for blog posts.
    Set toc: 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

v1.3.2

16 Oct 19:39
1b91604
Compare
Choose a tag to compare

Fixed

  • Author images are now again shown in the blog preview cards.

Hugo

  • Bumped to v0.136.1

Go

  • Bumped to v1.23.2

v1.3.1

18 May 18:38
12a2058
Compare
Choose a tag to compare

Fixed

  • Fixed a lighthouse accessibility issue

v1.3.0

17 May 16:43
7162108
Compare
Choose a tag to compare

Added

  • Light/dark theme switcher

Hugo

  • Support for Hugo v0.126.1

Go

  • Support for Go v1.22.3

v1.2.10

14 Apr 21:21
55b87d7
Compare
Choose a tag to compare

Changed

  • Example site author photo

v1.2.9

11 Apr 19:56
131f1f6
Compare
Choose a tag to compare

Fixed

  • Fixed wrong generator in head.

Hugo

  • Support for Hugo v0.124.1

Go

  • Support for Go v1.22.2

v1.2.8

19 Mar 18:27
2d9c3be
Compare
Choose a tag to compare

Hugo

  • Support for Hugo v0.124.0

Go

  • Support for Go v1.22.1