From fd2463122eccd3b2ac82d9d77030a7a66bfc75a6 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Thu, 19 Jan 2023 13:19:38 +0900 Subject: [PATCH] feat: bump min hugo version to 0.110.0 (#625) --- config.yaml => hugo.yaml | 2 +- theme.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename config.yaml => hugo.yaml (68%) diff --git a/config.yaml b/hugo.yaml similarity index 68% rename from config.yaml rename to hugo.yaml index 04d3d5629..680e4510f 100644 --- a/config.yaml +++ b/hugo.yaml @@ -1,4 +1,4 @@ module: hugoVersion: extended: true - min: "0.99.1" + min: "0.110.0" diff --git a/theme.toml b/theme.toml index f49f3a78d..330ae04fd 100644 --- a/theme.toml +++ b/theme.toml @@ -4,7 +4,7 @@ licenselink = "https://github.com/peaceiris/hugo-theme-iris/blob/main/LICENSE" description = "Hugo Iris Theme - Portfolio and Blog" homepage = "https://github.com/peaceiris/hugo-theme-iris" demosite = "https://hugothemeiris.peaceiris.app/" -min_version = "0.99.1" +min_version = "0.110.0" tags = [ "blog", "responsive",