diff --git a/hugo.toml b/hugo.toml index 7072240..9198642 100755 --- a/hugo.toml +++ b/hugo.toml @@ -3,7 +3,7 @@ # The base URL of your site (required). This will be prepended to all relative URLs. baseURL = "/" # Title of your website (required). -title = "VeruA ** Verwaltung und Abrechnung" +title = "VeruA AG" # Your theme name theme = "hugoplate" # Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List @@ -21,8 +21,8 @@ enableRobotsTXT = true ########################### Deployment ############################# [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 = "production" -# environment = "development" +# environment = "production" +environment = "development" # set to true to enable captcha on the form useCaptcha = true