From b32932382da41b7c66012be1e25cf7d27316bc44 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 19 Nov 2020 22:22:20 +0100 Subject: [PATCH] Testing webhooks with hugo --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 5e56b5a..684706b 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,6 @@ languageCode = "en-us" title = "My New Hugo Site" theme = "novela" disableKinds = ["taxonomy", "taxonomyTerm"] -canonifyURLs = true +#canonifyURLs = true relativeURLs = true -uglyURLs = true +#uglyURLs = true