From 16e5cd77053adcd71822f13a447ba15585579f05 Mon Sep 17 00:00:00 2001 From: Sean Dockray Date: Sat, 6 Mar 2021 23:21:03 +1100 Subject: [PATCH] update site url --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index c045d61..86a9fe4 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "" +baseURL = "https://machinelistening.exposed" languageCode = "en-us" title = "Machine listening" relativeurls = true @@ -34,7 +34,7 @@ disableKinds = ["RSS", "sitemap"] unsafe = true [module] - #replacements = "git.sandpoints.org/Drawwell/SandpointsTheme -> /mnt/d/dev/websites/SandpointsTheme" + # replacements = "git.sandpoints.org/Drawwell/SandpointsTheme -> /mnt/d/dev/websites/SandpointsTheme" [[module.imports]] path = "git.sandpoints.org/Drawwell/SandpointsTheme"