From f86e8490a87343d20db3019fbd12d14f4e575730 Mon Sep 17 00:00:00 2001 From: Thorsten Ortlepp Date: Tue, 10 Dec 2024 22:43:12 +0100 Subject: setup Hugo website --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hugo.toml (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..8629196 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,3 @@ +baseURL = 'https://preview.ortlepp.ms/' +languageCode = 'en-us' +title = 'My New Hugo Site' -- cgit v1.2.3