From a30e801cd353e26071cfca3cef0962cba2afc2a4 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Thu, 21 Sep 2023 16:06:04 +0200 Subject: initial commit --- 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..7e568b8 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,3 @@ +baseURL = 'https://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' -- cgit v1.3.1