diff --git a/hugo.toml b/hugo.toml index 8dac626..9841d7b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,18 +1,40 @@ baseURL = 'https://ingressy.de/' languageCode = 'de-DE' title = 'Ingressy' -theme="archie" +theme="terminal" +copyright = "© Jannik Czinzoll" [params] - mode="dark" - katex = true - -[[params.social]] -name="Gitea" -icon="github" -url="https://git.backbordit.de/ingressy" + fullWidthTheme = true + readingTime = true [[menu.main]] name="Home" url ="/" -weight=1 \ No newline at end of file +weight=1 + +[[menu.main]] +name="Informatik" +url ="/informatik" +weight=2 + +[[menu.main]] +name="Segeln" +url ="/segeln" +weight=3 + +[[menu.main]] +name="Homelab" +url ="/homelab" +weight=4 + +[[menu.main]] +name="Über mich" +url ="/about" +weight=5 + + +[[menu.main]] +name="Impressum" +url ="/impressum" +weight=9 \ No newline at end of file