Skip to content

Releases: thegeeklab/hugo-geekdoc

v0.1.10

26 Feb 23:11
Compare
Choose a tag to compare
  • FEATURE
    • Add anchor links for headlines

v0.1.9

24 Feb 21:15
Compare
Choose a tag to compare
  • BUGFIX
    • remove mobile menu button on error page

v0.1.8

16 Feb 22:55
Compare
Choose a tag to compare
  • 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

05 Feb 22:12
Compare
Choose a tag to compare
  • ENHANCEMENT
    • remove webfont DroidSerif
    • add new webfonts DroidSans and Metropolis
    • set Metropolis as new header default

v0.1.6

05 Feb 15:53
Compare
Choose a tag to compare
  • BUGFIX
    • fix typos
    • fix sort by weight order

v0.1.5

05 Feb 09:19
Compare
Choose a tag to compare
  • BUGFIX
    • fix default settings for some config parameters
    • fix page-header conditions

v0.1.4

05 Feb 00:24
Compare
Choose a tag to compare
  • FEATURE
    • add option to include a privacy policy and legal notice page
    • make color scheme customization easier and add example

v0.1.3

28 Jan 22:33
Compare
Choose a tag to compare
  • BUGFIX
    • fix broken mermaid include
    • hide empty page header on mobile view

v0.1.2

16 Jan 11:00
Compare
Choose a tag to compare
  • BUGFIX
    • fix wrong class name for page navigation button
    • use title from menu data file for page navigation links

v0.1.1

13 Jan 23:39
Compare
Choose a tag to compare
  • 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