uci-hugo-doc/CHANGELOG.md

23 lines
943 B
Markdown
Raw Normal View History

- ENHANCEMENT
2020-10-20 07:43:22 -07:00
- improve and normalize microblog formatting
- add font and css preloading links
2020-10-20 07:38:47 -07:00
- add node `gulp` script to package.json (@AgentEnder)
2020-11-09 13:06:06 -08: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
2020-11-11 02:47:58 -08:00
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
2020-11-09 13:06:06 -08:00
to clients.
2020-11-11 02:47:58 -08:00
- add new site parameter `geekdocSearchShowParent` #17 (@atorrescogollo)
- add new page parameter `geekdocHiddenTocTree` #16 (@atorrescogollo)
- add new page parameter `geekdocDescription` #15 (@atorrescogollo)
2020-11-11 03:04:12 -08:00
- update clipboard.js to v2.0.6
- update mermaid to v8.8.3
2020-11-02 23:41:24 -08:00
- BUGFIX
- use relative URL's for fonts (@atorrescogollo)
- OTHER
- fix typos (@weidenhaus)
2020-11-09 13:06:06 -08:00
- INTERNAL
- publish Lighthouse CI overwiew to PR's