commit 893ded398f5459cc5bce73a506762d1a86f73677
parent 20fc1079fa315a5b09a2e734a1577ec1bf188484
Author: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date:   Tue,  3 Jan 2023 20:41:08 -0500

Add required version to config

This should generate a warning from hugo if using the standard build, or
an old one.

Diffstat:
Mconfig.toml | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/config.toml b/config.toml @@ -0,0 +1,4 @@ +[module] + [module.hugoVersion] + extended = true + min = '0.90.0'