From 95c57f9b607da674f2c897b83ef5a274498cd79c Mon Sep 17 00:00:00 2001 From: David Date: Thu, 19 Nov 2020 22:30:28 +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 684706b..63eaeac 100644 --- a/config.toml +++ b/config.toml @@ -1,8 +1,7 @@ -#baseURL = "https://fukurokuju.dev/test-hugo" +baseURL = "//test-hugo" languageCode = "en-us" title = "My New Hugo Site" theme = "novela" disableKinds = ["taxonomy", "taxonomyTerm"] -#canonifyURLs = true +canonifyURLs = true relativeURLs = true -#uglyURLs = true