From 7926b36d2daf560d4a0694c23b9b9d954499375c Mon Sep 17 00:00:00 2001 From: Munif Tanjim Date: Wed, 21 Sep 2022 11:44:26 +0600 Subject: [PATCH] update [config]: use latest theme config format --- config.toml | 4 ++++ theme.toml | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 config.toml diff --git a/config.toml b/config.toml new file mode 100644 index 00000000..62740e6f --- /dev/null +++ b/config.toml @@ -0,0 +1,4 @@ +[module] +[module.hugoVersion] +extended = true +min = "0.73.0" diff --git a/theme.toml b/theme.toml index b5f14f40..a7ebfc38 100644 --- a/theme.toml +++ b/theme.toml @@ -2,7 +2,7 @@ name = "Minimo" license = "MIT" licenselink = "https://github.com/MunifTanjim/minimo/blob/master/LICENSE" description = "Minimalist theme for Hugo" -homepage = "https://minimo.netlify.com" +homepage = "https://minimo.netlify.app" tags = [ "blog", "minimal", @@ -39,7 +39,6 @@ features = [ "utterances", "widgets" ] -min_version = 0.73 [author] name = "Munif Tanjim"