Source code of my website
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

馃拕 : improve formatting in Hugo links list

+5 -5
+5 -5
content/posts/2026/2026-02-20-optimiser-site-statique/index.md
··· 486 486 487 487 ## Liens et r茅f茅rences 488 488 489 - * Configuration de l'[optimisation des images avec Hugo](https://gohugo.io/configuration/imaging/#quality) 490 - * La [m茅thode Resize de Hugo](https://gohugo.io/methods/resource/resize/ 491 - * Les [formats support茅s par Hugo](https://gohugo.io/functions/images/process/#format) 492 - * [Le hookimage de Hugo](https://gohugo.io/render-hooks/images/#article) 489 + * Documentation de Hugo : 490 + * Configuration de l'[optimisation des images avec Hugo](https://gohugo.io/configuration/imaging/#quality) 491 + * La [m茅thode Resize de Hugo](https://gohugo.io/methods/resource/resize/) 492 + * Les [formats support茅s par Hugo](https://gohugo.io/functions/images/process/#format) 493 + * [Le hookimage de Hugo](https://gohugo.io/render-hooks/images/#article) 493 494 494 495 * Documentation de Caddy : 495 496 * [La directive `encode`](https://caddyserver.com/docs/caddyfile/directives/encode#syntax) ··· 507 508 * L'excellent talk de Antoine Caron et Hubert Sabloni猫re : [La compression Web : comment (re)prendre le contr么le ?](https://www.youtube.com/watch?v=LWd0hr6ljZk) 508 509 509 510 * L'article de Denis Germain, qui a fait la m锚me chose que moi cette semaine : [Optimisation webperf : AVIF et pr茅-compression pour le blog](https://blog.zwindler.fr/2026/02/19/optimisation-webperf-avif-precompression/) 510 - *