Releases: thegeeklab/hugo-geekblog
Releases · thegeeklab/hugo-geekblog
v0.11.3
v0.11.2
v0.11.1
v0.11.0
v0.10.2
v0.10.1
Changelog
v0.10.1 (2021-05-24)
Bug Fixes
- remove inline script usage (#49)
- improve title and decription handling on error page
Features
- add sizes 'regular' and 'large' to button shortcode (#50)
- add partial head/custom.html for custom page head elements (#48)
Others
- remove unused font and only preload main fonts (#47)
v0.10.0
Changelog
v0.10.0 (2021-05-24)
Bug Fixes
- remove relURL from markdown render image hook (#44)
- enforce css overwrite for raw links (#36)
- ensure render template contains no empty newlines (#35)
- fix formatting of nested code blocks (#34)
CI Pipeline
- use default branch to test docs build on PR (#37)
- use Hugo 0.83.1
Code Refactoring
- cleanup and restructure gulp tasks (#32)
Documentation
- add known limitations (#45)
- add missing documentation for shortcodes (#41)
- add pluralizeListTitles = false to min config example (#33)
- fix ci badge
Features
- auto-load custom svg sprites from assets folder (#40)
- replace error page icon (#39)
- allow user-defined overwriting of the logo size (#38)
Others
- replace master by main as default branch
- cleanup release tarballs (#43)
- deps: lock file maintenance (#31)
- deps: lock file maintenance (#30)
- deps: update dependency prettier to v2.3.0
BREAKING CHANGE
We have switched to main
as default branch. The master
branch is no longer maintained and will be removed after June 30, 2021!
As the relURL
function in markdown render hooks caused some unwanted side effects we had to remove it. Related to this change the behavior for sites deployed to a subdirectory has changed as well! Please check the documentation how to workaround subdirectory deployments.
The icon gdoc_telescope
was removed. If you are using this icon you have to replace it.
Build-in icons are prefixed with gdoc_
now. If you use built-in icons in e.g. menus you have to rename these references!