All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
2.0.1 - 2024-12-16
- Bumping minimum hugo version to
v0.122.0 extended
.
- Fixed an issue where inline code blocks would be rendered with quotes.
- Bump to v0.139.4
- Bumped to v1.23.4
2.0.0 - 2024-12-07
- Bumping minimum hugo version to
v0.122.0 extended
.
- 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 your
params: math: true
hugo.yaml
config in order to get the nessecary markup config for Latex rendering and inline images:markup: _merge: deep
- Bumped to v1.23.3
1.6.0 - 2024-11-30
- Added posibility to set
site.Copyright
in configuration. (#187)
- Changed the assets fingerprint to sha256. Fixes a filename issue on Linux. (#186)
- Bumped to v0.139.3
1.5.0 - 2024-11-06
- Added icons for
ssh-key
andcertificates
.
- Bumped to v0.138.0
1.4.0 - 2024-10-26
-
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.
- Bumped to v0.136.5
1.3.2 - 2024-10-16
- Author images are now again shown in the blog preview cards.
- Bumped to v0.136.1
- Bumped to v1.23.2
1.3.1 - 2024-05-18
- Fixed an lighthouse accessibility issue
1.3.0 - 2024-05-17
- Light/dark theme switcher
- Support for Hugo v0.126.1
- Support for Go v1.22.3
1.2.10 - 2024-04-14
- Example site author photo
1.2.9 - 2024-04-11
- Fixed wrong generator in head.
- Support for Hugo v0.124.1
- Support for Go v1.22.2
1.2.8 - 2024-03-19
- Support for Hugo v0.124.0
- Support for Go v1.22.1
1.2.7 - 2024-02-18
- Fixed issue where assets wouldn't be picked up unless placed in the top level folder
- Support for Go v1.22.0
1.2.6 - 2024-01-26
- Support for Hugo v0.122.0
1.2.5 - 2024-01-21
- Fixed issue where
pre
blocks would overflow the set max width. - Fixed issue where blog card headlines would overflow.
- Changed how content on the homepage is aligned.
- Added support for go v1.21.6
1.2.4 - 2024-01-06
- Support for Hugo v0.121.2
1.2.3 - 2023-12-25
- feature image processing
- increased processed image qualiaty
1.2.2 - 2023-12-23
- updating Bluesky icon
1.2.1 - 2023-12-18
- fixing 404 on mobile
1.2.0 - 2023-12-14
- custom 404 page
1.1.2 - 2023-12-05
- Blog list headline font size made smaller on mobile, to accommodate longer headlines.
- Support for Hugo v0.121.1
1.1.1 - 2023-12-05
- Support for Hugo v0.121.0
1.1.0 - 2023-12-03
- New figure array shortcode:zap:
1.0.1 - 2023-11-25
- Small CSS changes, in order to improve lighthouse score.
1.0.0 - 2023-11-25
- Initial release