Files
webseite/hugo.toml
2026-02-08 19:28:56 +00:00

18 lines
264 B
TOML

baseURL = 'https://ingressy.de/'
languageCode = 'de-DE'
title = 'Ingressy'
theme="archie"
[params]
mode="dark"
katex = true
[[params.social]]
name="Gitea"
icon="github"
url="https://git.backbordit.de/ingressy"
[[menu.main]]
name="Home"
url ="/"
weight=1