Skip to content

Releases: thegeeklab/hugo-geekblog

v0.11.3

02 Aug 12:52
891ddc7
Compare
Choose a tag to compare

Changelog

v0.11.3 (2021-08-02)

Bug Fixes

  • fix sitemap URL (#79)

Documentation

  • normalize getting started config examples (#80)
  • improve getting started post (#77)

Others

  • deps: lock file maintenance (#78)

v0.11.2

31 Jul 22:32
4b8b71a
Compare
Choose a tag to compare

Changelog

v0.11.2 (2021-07-31)

Bug Fixes

  • deps: update dependency mermaid to v8.11.2 (#76)

v0.11.1

29 Jul 07:12
bb0171f
Compare
Choose a tag to compare

Changelog

v0.11.1 (2021-07-29)

Bug Fixes

  • deps: update dependency mermaid to v8.11.1 (#75)

CI Pipeline

  • skip lhci report upload if file is missing

Others

  • deps: lock file maintenance (#74)

v0.11.0

06 Jul 22:06
ea976be
Compare
Choose a tag to compare

Changelog

v0.11.0 (2021-07-06)

Bug Fixes

  • deps: update dependency mermaid to v8.11.0 (#64)

Features

  • add option geekblogTagsToMenu (#73)

Others

  • remove unused dependency flexsearch.js (#60)
  • deps: lock file maintenance (#72)
  • deps: lock file maintenance (#65)
  • deps: update devdependencies (non-major)
  • deps: lock file maintenance (#62)
  • deps: lock file maintenance (#61)

v0.10.2

07 Jun 16:52
36f8fe8
Compare
Choose a tag to compare

Changelog

v0.10.2 (2021-06-07)

Bug Fixes

  • deps: update dependency mermaid to v8.10.2 (#57)

CI Pipeline

  • disable lighthouse csp-xss assertions

Documentation

  • add information how to use authors

Others

  • deps: lock file maintenance (#58)
  • deps: update dependency prettier to v2.3.1
  • deps: lock file maintenance (#54)
  • deps: update dependency gulp-autoprefixer to v8 (#53)

v0.10.1

24 May 13:35
c697cf1
Compare
Choose a tag to compare

Changelog

v0.10.1 (2021-05-24)

Bug Fixes

  • remove inline script usage (#49)
  • improve title and decription handling on error page

Features

  • add sizes 'regular' and 'large' to button shortcode (#50)
  • add partial head/custom.html for custom page head elements (#48)

Others

  • remove unused font and only preload main fonts (#47)

v0.10.0

24 May 11:47
ef6a2c2
Compare
Choose a tag to compare

Changelog

v0.10.0 (2021-05-24)

Bug Fixes

  • remove relURL from markdown render image hook (#44)
  • enforce css overwrite for raw links (#36)
  • ensure render template contains no empty newlines (#35)
  • fix formatting of nested code blocks (#34)

CI Pipeline

  • use default branch to test docs build on PR (#37)
  • use Hugo 0.83.1

Code Refactoring

  • cleanup and restructure gulp tasks (#32)

Documentation

  • add known limitations (#45)
  • add missing documentation for shortcodes (#41)
  • add pluralizeListTitles = false to min config example (#33)
  • fix ci badge

Features

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

Others

  • replace master by main as default branch
  • cleanup release tarballs (#43)
  • deps: lock file maintenance (#31)
  • deps: lock file maintenance (#30)
  • deps: update dependency prettier to v2.3.0

BREAKING CHANGE

We have switched to main as default branch. The master branch is no longer maintained and will be removed after June 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 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 built-in icons in e.g. menus you have to rename these references!

v0.9.3

21 Feb 21:46
Compare
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:08
Compare
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 20:34
Compare
Choose a tag to compare

Changelog

v0.9.1 (2021-02-21)

Bug Fixes

  • dont apply relURL function to remote urls in render-link template