hugo-geekblog/CHANGELOG.md

15 lines
570 B
Markdown
Raw Normal View History

2020-10-20 16:43:57 +02:00
- ENHANCEMENT
- add node `gulp` script to package.json
2020-11-08 17:08:17 +01:00
- remove `title` and set empty `alt` tag on branding image
2020-11-08 22:46:13 +01:00
- 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.
2020-11-08 15:00:48 +01:00
- BUGFIX
- use relative URL's for fonts
2020-11-08 21:58:08 +01:00
- INTERNAL
- publish Lighthouse CI overwiew to PR's