Skip to content

Releases: thegeeklab/hugo-geekdoc

v0.7.2

28 Nov 14:23
Compare
Choose a tag to compare
  • BUGFIX
    • normalize source icon size for the icon font
    • fix bitbuckte.svg syntax issue

v0.7.1

26 Nov 22:40
f3db495
Compare
Choose a tag to compare
  • ENHANCEMENT
    • add new icons for different vcs providers bitbucket, gitlab
      and generic git

v0.7.0

22 Nov 18:45
38d0786
Compare
Choose a tag to compare
  • ENHANCEMENT
    • load static css/js assets from data template:
      Build-in assets are now hashed by default. The static assets are located
      in the assets directory. The theme will read and use the hashed files
      from data/assets.json. Exception: custom.css will be used unhashed.

v0.6.0

16 Nov 22:34
Compare
Choose a tag to compare
  • ENHANCEMENT
    • normalize included svg icons and iconfonts
    • add new site parameter geekdocCollapseSection #23

v0.5.0

11 Nov 11:18
Compare
Choose a tag to compare
  • ENHANCEMENT
    • improve and normalize microblog formatting
    • add font and css preloading links
    • add node gulp script to package.json (@AgentEnder)
    • add minimal working css for printing
    • split out mobile css
    • load static css/js assets from data template:
      This way users can hash static assets and overwrite the data template
      to deliver the hashed assets. That's helpful if you have to deal with
      long cache settings but want to ensure your updated assets are delivered
      to clients.
    • add new site parameter geekdocSearchShowParent #17 (@atorrescogollo)
    • add new page parameter geekdocHiddenTocTree #16 (@atorrescogollo)
    • add new page parameter geekdocDescription #15 (@atorrescogollo)
    • update clipboard.js to v2.0.6
    • update mermaid to v8.8.3
  • BUGFIX
  • OTHER
  • INTERNAL
    • publish Lighthouse CI overwiew to PR's

v0.4.0

08 Sep 06:56
Compare
Choose a tag to compare
  • BREAKING
    • remove geekblogAnchorLeft
      for a better spacing left-side anchors were removed
  • INTERNAL
    • upgrade CI pipeline to use Hugo v0.74.3

v0.3.1

02 Jun 19:42
Compare
Choose a tag to compare
  • BUGFIX
    • fix mermaid default font
  • ENHANCEMENT
    • add surrounding div with class gdoc-include to include shortcode

v0.3.0

02 Jun 19:07
Compare
Choose a tag to compare
  • BREAKING
    • use pre tag instead of p for mermaid shortcode
  • BUGFIX
    • optimize resource loading
    • refactor expand shortcode to use valid html
    • fix formatting of nested shortcodes markdown
  • INTERNAL
    • add markdown linting to CI (markdownlint-cli)
    • add spellchecking to CI (spellcheck-cli)
    • add html/css validation to CI (nu.validator)
    • add page validation to CI (lighthouse-ci)
    • add broken link check to CI (broken-link-checker)

v0.2.2

05 May 14:24
Compare
Choose a tag to compare
  • ENHANCEMENT
    • #6 improve code block formatting

v0.2.1

01 May 14:56
Compare
Choose a tag to compare
  • ENHANCEMENT
    • #5 add shortcode to include files