From 4429330405faef8c8fc51baae6b60ff66f5c4ed1 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 25 Apr 2022 23:01:34 +0200 Subject: Bump hugo min version --- .gitignore | 1 + config.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eaf841e..03b817f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ # Directories to ignore (do not add trailing '/'s, they skip symlinks). /node_modules/ +/exampleSite/resources/ diff --git a/config.toml b/config.toml index 0ab2a1d..4e05b21 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ [module] [module.hugoVersion] extended = true - min = "0.64.0" + min = "0.84.0" -- cgit v1.2.3