Skip to content

Releases: thegeeklab/hugo-geekdoc

v0.11.1

23 Apr 07:24
5eff47c

Choose a tag to compare

Changelog

v0.11.1 (2021-04-22)

Bug Fixes

  • rework site header for better title and decription handling (#98)

Features

  • add option geekdocProtected to exclude pages from data file (#97)

v0.11.0

11 Apr 13:35

Choose a tag to compare

Changelog

v0.11.0 (2021-04-11)

Bug Fixes

  • remove relURL from markdown render image hook (#93)

Documentation

  • add known limitations (#94)

Features

  • add option to include pages using the include shortcode (#92)

Others

  • replace master by main as default branch

BREAKING CHANGE

We have switched to main as default branch. The master branch is no longer maintained and will be removed after April 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 include shortcode will render files as Markdown instead of HTML by default now. While the Markdown renderer should be able to render HTML as well this might still work as before.

The include shortcode option markdown was replaces by a generic type option that could be used to specify special include types.

v0.10.1

06 Mar 10:31
fb8d22d

Choose a tag to compare

Changelog

v0.10.1 (2021-03-06)

Bug Fixes

  • fix broken search result links in WebKit browsers (#86)

v0.10.0

04 Mar 21:37

Choose a tag to compare

Changelog

v0.10.0 (2021-03-04)

Bug Fixes

  • adjust default logo size to better match font size

CI Pipeline

  • user master branch to test docs build on PR

Features

  • replace error page icon (#84)
  • allow user-defined overwriting of the logo size (#83)
  • auto-load custom svg sprites from assets folder (#79)

Others

  • deps: pin dependency gulp-filelist to 2.0.5 (#82)

BREAKING CHANGE

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 build-in icons in e.g. menus you have to rename these references!

v0.9.5

24 Feb 20:20
5c15ade

Choose a tag to compare

Changelog

v0.9.5 (2021-02-24)

Bug Fixes

  • enforce css overwrite for raw links (#77)
  • ensure render template contains no empty newlines (#76)

v0.9.4

23 Feb 09:06
10e95b8

Choose a tag to compare

Changelog

v0.9.4 (2021-02-23)

Bug Fixes

  • fix formatting of nested code blocks (#75)

Documentation

  • add pluralizeListTitles = false to min config example
  • fix ci badge

v0.9.3

21 Feb 21:50

Choose a tag to compare

Changelog

v0.9.3 (2021-02-21)

Bug Fixes

  • switch back to pixel based border sizes

v0.9.2

21 Feb 21:10

Choose a tag to compare

Changelog

v0.9.2 (2021-02-21)

Bug Fixes

  • remove relURL function from render-link template

v0.9.1

21 Feb 13:58

Choose a tag to compare

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

20 Feb 22:39
a6f5bb9

Choose a tag to compare

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)