From 183ff17c9fb774d50f773c8676cb96afaeae2e36 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 18 May 2024 18:50:00 +0800 Subject: [PATCH] Update Hugo config filename --- config.toml => hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename config.toml => hugo.toml (93%) diff --git a/config.toml b/hugo.toml similarity index 93% rename from config.toml rename to hugo.toml index b8fcbf4..7e15d1c 100644 --- a/config.toml +++ b/hugo.toml @@ -1,7 +1,7 @@ [module] [module.hugoVersion] extended = true - min = "0.110.0" + min = "0.120.0" [[module.imports]] path = "github.com/foo-dogsquared/hugo-mod-simple-icons"