chore: lower min version of HUGO

This commit is contained in:
Mirus 2024-08-02 11:22:24 +03:00
parent 9b2fc88344
commit e755de9f42
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ So, welcome aboard! I'm excited to have you join us on this journey as we shape
### DEMO - https://re-terminal.nebrowser.com/ ### DEMO - https://re-terminal.nebrowser.com/
### ⚠️ The theme needs at least Hugo **Extended** v0.129.0. ### ⚠️ The theme needs at least Hugo **Extended** v0.128.0.
--- ---

View File

@ -1,4 +1,4 @@
[module] [module]
[module.hugoVersion] [module.hugoVersion]
extended = true extended = true
min = '0.129.0' min = '0.128.0'

View File

@ -20,7 +20,7 @@ tags = [
"retro", "retro",
] ]
features = ["blog", "shortcode", "syntax highlighting"] features = ["blog", "shortcode", "syntax highlighting"]
min_version = 0.129 min_version = 0.128
[author] [author]
name = "Mirus" name = "Mirus"