aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryingyu5658 <yingyu5658@outlook.com>2025-08-02 14:46:31 +0800
committeryingyu5658 <yingyu5658@outlook.com>2025-08-02 14:46:31 +0800
commit96ba67ebacd4b0ae32b8d86111502e7e6c847ca3 (patch)
tree369c609e1e119d9dbb4824646346e02d3da5b9ec
parent601fcc74a29e53f3e1a04ad7fb60a580a16bf479 (diff)
downloadhugo-theme-concise-96ba67ebacd4b0ae32b8d86111502e7e6c847ca3.tar.gz
hugo-theme-concise-96ba67ebacd4b0ae32b8d86111502e7e6c847ca3.zip
在theme.toml中添加版本支持范围
-rw-r--r--theme.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index d7f5d43..3c4b1d3 100644
--- a/theme.toml
+++ b/theme.toml
@@ -18,4 +18,8 @@ features = ['some', 'awesome', 'features']
name = 'yingyu5658'
homepage = 'https://www.yingyu5658.me/'
-min_version = "0.41"
+[module]
+ [module.hugoVersion]
+ extended = true
+ min = "0.55.0"
+ max = "0.84.2"