Files
robbis.space/hugo.toml
2026-04-15 14:17:49 +00:00

26 lines
345 B
TOML

baseURL = "https://robbis.space"
defaultContentLanguage = "en"
languageCode = "en"
theme = "gokarna"
title = "robbis.space"
[params]
description = ""
footer = "Robbi"
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Projects"
url = "/projects/"
weight = 2
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 3