From 893ded398f5459cc5bce73a506762d1a86f73677 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 3 Jan 2023 20:41:08 -0500 Subject: [PATCH] Add required version to config This should generate a warning from hugo if using the standard build, or an old one. --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index e69de29b..47b78075 100644 --- a/config.toml +++ b/config.toml @@ -0,0 +1,4 @@ +[module] + [module.hugoVersion] + extended = true + min = '0.90.0'