Releases: thegeeklab/hugo-geekblog
Releases · thegeeklab/hugo-geekblog
v0.9.0
Changelog
v0.9.0 (2021-02-21)
Bug Fixes
- replace markdownify with renderString to use render hooks
- set line-height in normalized h1 to avoid overlapping
- use custom render hook templates
CI Pipeline
- auto-generate changelog (#27)
Features
- enable lazy loading for custom img shortcode (#28)
- add ok color option for hint shortcode
Others
- normalize sass default vars
- set a proper value for lighthouse throttling
v0.8.0
v0.7.1
Changelog
v0.7.1 (2021-01-09)
Fixes
- use .GetPage to link contact page if contact.md exists
Docs
- fix gulp instructions in readme
- add contributing information
Others
- use renovate preset config
v0.7.0
- ENHANCEMENT
- add new icons for different vcs providers
bitbucket
,gitlab
and genericgit
- add site parameter
GeekblogContentSection
to set a different name
for the default content section (defaults toposts
orpost
)
- add new icons for different vcs providers
- BUGFIX
- normalize source icon size for the icon font
- fix authors data file handling
v0.6.1
- ENHANCEMENT
- disable user selection on nav control button
v0.6.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.5.3
- ENHANCEMENT
- add node
gulp
script to package.json - remove
title
and set emptyalt
tag on branding image - 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. Thats helpful if you have to deal with
long cache settings but wont to ensure your updated assets are delivered
to clients.
- add node
- BUGFIX
- use relative URL's for fonts
- INTERNAL
- publish Lighthouse CI overwiew to PR's