From c92a28601db1c22067d31a593d1f5e3e2acb4e8e Mon Sep 17 00:00:00 2001 From: HenryV Date: Thu, 13 Feb 2025 08:12:07 +0100 Subject: [PATCH] Removed old hugo config file --- hugo.toml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 hugo.toml diff --git a/hugo.toml b/hugo.toml deleted file mode 100644 index 7e568b8..0000000 --- a/hugo.toml +++ /dev/null @@ -1,3 +0,0 @@ -baseURL = 'https://example.org/' -languageCode = 'en-us' -title = 'My New Hugo Site'