Posts for: #Hugo

CSS Optimization in Hugo: Minification and Bundling for Maximum Performance

CSS Optimization in Hugo: Minification and Bundling for Maximum Performance

Site performance isn’t just about file weight, it is also about how those files are delivered. In this article, I analyze the impact of fragmented CSS files on loading times in Hugo and demonstrate the optimization process: from minification configuration and bundling to a caching strategy (fingerprinting) that eliminates unnecessary network requests.

[Read more]

Google Tag Manager in the Hugo Ecosystem

Google Tag Manager in the Hugo Ecosystem

Are you tired of adding tracking scripts directly into your code? Let me show you how to use Google Tag Manager with Hugo. I will also explain how to handle Cookie Consent without heavy libraries and keep your marketing tools separate from your app code.

[Read more]