From 2db1090f47c66ea61f4aa23f1d9dce962cd69ee3 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sat, 21 Mar 2026 08:41:53 +0000 Subject: [PATCH] Added selection for local or remote site --- hugo/hugo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo/hugo.toml b/hugo/hugo.toml index 342558c1..0ec7ea5b 100644 --- a/hugo/hugo.toml +++ b/hugo/hugo.toml @@ -1,4 +1,5 @@ baseURL = 'http://localhost' +#baseURL = 'https://www.etlcpp.com/hugo/' languageCode = 'en-gb' title = 'Documentation for the ETL' theme = "etl_theme"