From 0c0072eac1e1b5c4e8e231b1af50094d74bad990 Mon Sep 17 00:00:00 2001 From: Emruz Hossain Date: Sun, 7 Jan 2024 02:08:05 +0600 Subject: [PATCH] Add hugoVersion info in config.yaml (#861) Signed-off-by: hossainemruz --- config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 1386de9..d85daaa 100644 --- a/config.yaml +++ b/config.yaml @@ -1,4 +1,7 @@ module: + hugoVersion: + min: "0.118.0" + extended: true mounts: - source: content target: content @@ -19,4 +22,4 @@ module: - source: ../../node_modules/@fontsource/mulish/files target: static/files - source: ../../node_modules/katex/dist/fonts - target: static/fonts \ No newline at end of file + target: static/fonts