From 35526b74102010f4662dacb8be0131c709e2cb2c Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Wed, 24 Dec 2025 15:40:55 +0800 Subject: [PATCH] docs: update image optimisation setting to indicate potential impact on build speed --- hugo.toml | 2 +- layouts/_partials/init/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 8dd4d18c..fd4f2b7f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1096,7 +1096,7 @@ userId = "" [params.image] # cache remote images for better optimisations cacheRemote = false -# Image resizing and optimisation +# Image resizing and optimisation (may slow builds) optimise = false # FixIt 0.4.0 | NEW A list of image file names or patterns to exclude from optimisation # e.g. ["no-optimize.jpg", "*.tiff", "images/exclude-*.webp"] diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index efa02128..1699e83c 100644 --- a/layouts/_partials/init/index.html +++ b/layouts/_partials/init/index.html @@ -1,4 +1,4 @@ -{{- hugo.Store.Set "version" "v0.4.0-alpha.3-20251223100706-1039e328" -}} +{{- hugo.Store.Set "version" "v0.4.0-alpha.3-20251224074056-4fec1cda" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}