diff options
| author | yingyu5658 <yingyu5658@outlook.com> | 2025-08-02 14:46:31 +0800 |
|---|---|---|
| committer | yingyu5658 <yingyu5658@outlook.com> | 2025-08-02 14:46:31 +0800 |
| commit | 96ba67ebacd4b0ae32b8d86111502e7e6c847ca3 (patch) | |
| tree | 369c609e1e119d9dbb4824646346e02d3da5b9ec /theme.toml | |
| parent | 601fcc74a29e53f3e1a04ad7fb60a580a16bf479 (diff) | |
| download | hugo-theme-concise-96ba67ebacd4b0ae32b8d86111502e7e6c847ca3.tar.gz hugo-theme-concise-96ba67ebacd4b0ae32b8d86111502e7e6c847ca3.zip | |
在theme.toml中添加版本支持范围
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" |
