From bfd14925153ae54ba664ad9155b7ac5aa8e58411 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 19 Nov 2020 22:02:50 +0100 Subject: [PATCH] Testing webhooks with hugo --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 1ad9d45..9c1f00b 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://example.org/" +baseURL = "http://fukurokuju.dev/test-hugo/" languageCode = "en-us" title = "My New Hugo Site" theme = "novela"