From c225c774a62c86b023dff0c60159b63e8c8b7537 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 19 Nov 2020 22:57:15 +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 0f25fda..d057051 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ -#baseURL = "https://fukurokuju.dev/test-hugo/" +baseURL = "//fukurokuju.dev/test-hugo/" languageCode = "en-us" title = "My New Hugo Site" theme = "novela" disableKinds = ["taxonomy", "taxonomyTerm"] -#canonifyurls = true +canonifyURLs = true #relativeurls = false