Releases: thegeeklab/hugo-geekdoc
Releases · thegeeklab/hugo-geekdoc
v0.9.1
Changelog
v0.9.1 (2021-02-21)
Bug Fixes
- prevend wrong formatting for linked images
CI Pipeline
- enable spellchecking for frontmatter titles
Others
- normalize sass default vars
v0.9.0
Changelog
v0.9.0 (2021-02-21)
Bug Fixes
- avoid overlapping site footer in print view (#72)
Features
- add structured data annotation to breadcrumb nav (#67)
- add custom img shortcode (#71)
v0.8.6
Changelog
v0.8.6 (2021-02-17)
Bug Fixes
- replace markdownify with renderString to use render hooks (#65)
CI Pipeline
v0.8.5
Changelog
v0.8.5 (2021-02-07)
Bug Fixes
- set line-height in normalized h1 to avoid overlapping (#58)
Others
- set a proper value for lighthouse throttling (#59)
v0.8.4
Changelog
v0.8.4 (2021-02-04)
Fixes
- use custom render templates to fix references (#56)
v0.8.3
Changelog
v0.8.3 (2021-01-24)
Features
- add collapsible sections to bundle menu (#53)
Docs
- fix gulp instructions in readme
- fix link to Getting Started guide in readme (#44)
Others
- deps: update dependency gulp-iconfont to v11 (#48)
v0.8.2
Changelog
v0.8.2 (2021-01-05)
Fixes
- fetch search data as JSON rather than JS (#43)
Docs
- add contributing information
Others
- use renovate preset config
v0.8.1
- BUGFIX
- fix empty search list after page refresh
- fix search issue if
geekdocSearchShowParent
is disabled
v0.8.0
- ENHANCEMENT
- Rework search as a dropdown list #38 (@LukasHirt)
- Use option
geekdocSearchShowParent
to group search results by parent #38 (@LukasHirt).
This is changing the current behavior of prefixing search results with the parent by
grouped nested lists.
- Add
ok
color option for hint
shortcode