Releases: thegeeklab/hugo-geekdoc
Releases · thegeeklab/hugo-geekdoc
v0.1.10
- FEATURE
- Add anchor links for headlines
v0.1.9
- BUGFIX
- remove mobile menu button on error page
v0.1.8
- FEATURE
- add
toc-tree
shortcode to generate toc from filetree
- BUGFIX
- fix wrong
geekdocToC
level handling
- DOCUMENTATION
- add missing
toc
shortcode documentation
- add new
toc-tree
documentation and demo
v0.1.7
- ENHANCEMENT
- remove webfont DroidSerif
- add new webfonts DroidSans and Metropolis
- set Metropolis as new header default
v0.1.6
- BUGFIX
- fix typos
- fix sort by weight order
v0.1.5
- BUGFIX
- fix default settings for some config parameters
- fix page-header conditions
v0.1.4
- FEATURE
- add option to include a privacy policy and legal notice page
- make color scheme customization easier and add example
v0.1.3
- BUGFIX
- fix broken mermaid include
- hide empty page header on mobile view
v0.1.2
- BUGFIX
- fix wrong class name for page navigation button
- use title from menu data file for page navigation links
v0.1.1
- FEATURE
- add
geekdocHidden
param to exclude pages/sections from rendered file-tree menu
- add
geekdocFlatSection
param to include only section link into rendered file-tree menu
- add
geekdocBreadcrumb
param to control breadcrumb naviation
- add
geekdocNextPrev
param to page navigation links
- BUGFIX
- normalize variable and parameter names
- fix
geekdocLogo
param and custom logo handling