From 693e49b4541113db9bb250f747966c6dcbeee32a Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Fri, 26 Apr 2024 23:16:51 +0200 Subject: [PATCH] add useCaptcha config to hugo.toml --- hugo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 5692795..bcc3e72 100755 --- a/hugo.toml +++ b/hugo.toml @@ -19,9 +19,11 @@ hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/K enableRobotsTXT = true ########################### Deployment ############################# -# set to "development" or "production". This deploys the site to the correct environment and sets the robot.txt to disallow all pages when in development mode. [params] +# set to "development" or "production". This deploys the site to the correct environment and sets the robot.txt to disallow all pages when in development mode. environment = "development" +# set to true to enable captcha on the form +useCaptcha = false ########################### Services ############################# [services]