Releases: thegeeklab/hugo-geekdoc
Releases · thegeeklab/hugo-geekdoc
v0.27.4
v0.27.3
v0.27.2
v0.27.1
v0.27.0
Changelog
v0.27.0 (2022-02-17)
Bug Fixes
- add schema.org metadata to docs sections (#347)
- fallback to 'content' if no contentDir parameter is set (#344)
- fix edit page link and auto-detect contentDir (#343)
Code Refactoring
- cleanup and unify the featured image metadata integration (#345)
Features
- add new option geekdocContentLicense (#346)
BREAKING CHANGE
With support of the multilingual mode, we broke the edit page
links, as the content directory was statically hard-coded into the GeekdocEditPath
parameter. To get the correct content directory, regardless of the language or a disabled multilingual mode, we now use Hugo's built-in .Site.Params.contentDir
parameter. Therefor, you have to remove the hard-coded /content
part from the geekdocEditPath
parameter in the configuration of your project.
v0.26.3
v0.26.2
v0.26.1
v0.26.0
Changelog
v0.26.0 (2022-02-07)
Bug Fixes
- fix formatting of multiline post metadata (#333)
- use absolute ULRs in img shortcode (#332)
- fix usage of terms and taxonomies list templates (#330)
- prevent failing build if tags is an empty string (#322)
- use shx in npm scripts to fix cross-platform commands (#321)
- fix formatting on code links (#316)
CI Pipeline
- relax image-size-responsive in lighthouse runs (#328)
Code Refactoring
- unify title and description handling in meta files (#329)
Documentation
- fix theme build documentation (#318)
Features
- add canonical link to head (#331)
Others
- limit supported nodejs versions (#323)
- deps: lock file maintenance (#326)
- deps: update dependency svgtofont to v3.15.0
- deps: update dependency svg-sprite to v1.5.4
BREAKING CHANGE
The icon gdoc_tags
was removed.