From b274b1b33b346aeec114808679e1a71bbe110746 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Sat, 18 Jul 2026 02:48:17 +0800 Subject: [PATCH] chore(config): remove deprecated hugoVersion.extended The `hugoVersion.extended` field is deprecated since Hugo v0.153.0 and the version check was removed in v0.153.2. WebP encoding is now supported in all Hugo editions, and LibSass has been replaced by Dart Sass. Since the theme requires Hugo >= 0.161.0, this setting is no longer needed. --- hugo.toml | 1 - layouts/_partials/init/index.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 8e04b78f..7fd8754e 100644 --- a/hugo.toml +++ b/hugo.toml @@ -186,7 +186,6 @@ weight = 80 [module] [module.hugoVersion] -extended = true min = "0.161.0" # ------------------------------------------------------------------------------------- diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index 0ee61b76..553b8b4c 100644 --- a/layouts/_partials/init/index.html +++ b/layouts/_partials/init/index.html @@ -1,4 +1,4 @@ -{{- hugo.Store.Set "version" "v1.0.0-mrp9zxdw" -}} +{{- hugo.Store.Set "version" "v1.0.0-mrpajmty" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}