From f5a06baffe75139ee741fa0b4b39c7bef3c1126b Mon Sep 17 00:00:00 2001 From: ingressy Date: Sun, 8 Feb 2026 19:28:56 +0000 Subject: [PATCH] hugo.toml aktualisiert --- hugo.toml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index d888398..8dac626 100644 --- a/hugo.toml +++ b/hugo.toml @@ -4,5 +4,15 @@ title = 'Ingressy' theme="archie" [params] - mode="dark" + mode="dark" + katex = true +[[params.social]] +name="Gitea" +icon="github" +url="https://git.backbordit.de/ingressy" + +[[menu.main]] +name="Home" +url ="/" +weight=1 \ No newline at end of file