From d9f29c063f046b14ae4ef4c8a7adbd3d2564b78e Mon Sep 17 00:00:00 2001 From: ingressy Date: Sun, 8 Feb 2026 19:23:53 +0000 Subject: [PATCH] =?UTF-8?q?hugo.toml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hugo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hugo.toml diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..d888398 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,8 @@ +baseURL = 'https://ingressy.de/' +languageCode = 'de-DE' +title = 'Ingressy' +theme="archie" + +[params] + mode="dark" +