From 47604476b5542f05dd9df0114259b4d52f47d6ef Mon Sep 17 00:00:00 2001 From: David Date: Thu, 19 Nov 2020 22:47:55 +0100 Subject: [PATCH] Testing webhooks with hugo --- config.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index bae74f2..d784667 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,5 @@ languageCode = "en-us" title = "My New Hugo Site" theme = "novela" disableKinds = ["taxonomy", "taxonomyTerm"] -CanonifyURLs=true -RelativeURLs=true -UglyURLs=true +canonifyurls = true +relativeurls = false