From 702baae7ede875e081feea332e5213867aa3abdb Mon Sep 17 00:00:00 2001 From: constantinos Date: Fri, 20 Dec 2024 09:52:42 +0200 Subject: [PATCH] Add Hugo.toml with minimum config --- hugo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hugo.toml diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..18af9fe --- /dev/null +++ b/hugo.toml @@ -0,0 +1,11 @@ +baseURL = 'https://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' +theme= "sandpoints" + +# Relative URLS +relativeurls = true + +# Taxonomy is keyword/keywords +[taxonomies] +keyword = "keywords"