mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 04:02:38 +00:00
fd77e8df35
* 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