From 78e51ccdc118df21d7faac43037920ce96ec30c4 Mon Sep 17 00:00:00 2001 From: Sebastian Mueller Date: Fri, 2 May 2025 18:26:13 +0200 Subject: [PATCH] Fixed the business logik --- hugo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hugo.toml b/hugo.toml index 19cbc9e..d92ec11 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,6 +2,11 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' theme = 'cccsbg-hugo-theme' +[taxonomies] +tag = "" +group = "" +category = "" + [module] [module.hugoVersion]