Releases: thegeeklab/hugo-geekdoc
Releases · thegeeklab/hugo-geekdoc
v0.7.2
- BUGFIX
- normalize source icon size for the icon font
- fix
bitbuckte.svg
syntax issue
v0.7.1
- ENHANCEMENT
- add new icons for different vcs providers
bitbucket
,gitlab
and genericgit
- add new icons for different vcs providers
v0.7.0
- ENHANCEMENT
- load static css/js assets from data template:
Build-in assets are now hashed by default. The static assets are located
in theassets
directory. The theme will read and use the hashed files
fromdata/assets.json
. Exception:custom.css
will be used unhashed.
- load static css/js assets from data template:
v0.6.0
v0.5.0
- 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
- use relative URL's for fonts (@atorrescogollo)
- OTHER
- fix typos (@weidenhaus)
- INTERNAL
- publish Lighthouse CI overwiew to PR's
v0.4.0
v0.3.1
v0.3.0
- 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)