Commit Graph

5 Commits

Author SHA1 Message Date
Bjørn Erik Pedersen e4bc8981f9 Release 0.55.0 2019-04-08 20:00:10 +02:00
budparr e6777153b5 Improve Algolia Search Display Styling
This commit restores original styling to the Algolia search box and adds a Hugo color to headings.
2019-01-27 19:03:15 +01:00
Bjørn Erik Pedersen 06a5c11fc8 Release 0.53 2018-12-24 09:56:02 +01:00
budparr 6c64c374c5 Whitelist CSS modules from purge
PurgeCSS removes unused CSS from the output. This PR only uses PurgeCSS on the base utility classes to avoid unexpected issues where JS or content-based classes get removed.
2018-11-25 20:14:32 +01:00
Bud Parr fd77e8df35 Update asset dependencies and adopt Hugo Pipes
* Swap src for assets directory

Assets directory is the default for Hugo Pipes

* Use "Typefaces" package

This method is cleaner because we can pull in our fonts with a require statement https://github.com/KyleAMathews/typefaces

* Use Hugo Pipes method of calling resources

* Update dependencies

* [wip]  Revamp Webpack

* Tweak Webpack for Tachyons

* Use simple build scripts

* Update dependencies

* Fix content that referenced files that don't exist

* Add all scripts

* Improve styles/js preload and cache

* Add to whitelist

* Add fonts to headers for preload

* Move preloads to header file

* Update styles

* Improve manifest usage

The manifest partial was in the site but not included in head

* Update readme

* Remove extra check on asset resources

* Call assets directly in header file
2018-11-25 17:08:43 +01:00