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