Next on the list is to remove as many 3rd Party dependencies as I can. This change was a really quick one and thus a really short post.
Tag: Optimizations
- Removing Google Fonts & Other 3rd Parties
- Lazy Loading Images & WebP
Next on my list of optimizations I wanted to accomplish (and eager to learn) was Lazy-loading of images and using a “modern” image format for the web.
- Removing FontAwesome
Next target of optimizing on my Hugo site is to minify or remove FontAwesome. After a bit of investigating I decided to just remove it all and handle the SVGs that I will be using myself.
- Minimizing CSS in Hugo
First target of optimizing my Hugo site was scrubbing the CSS. I’ve been doing some manual cleaning of it, but also having automated scrubbing would be ideal.