website/site/config.toml
2021-08-02 10:04:33 +02:00

53 lines
1 KiB
TOML

languageCode = "en-us"
title = "Hiro's Stuff"
theme = "smol"
baseURL = "https://protagon.space"
[params]
subtitle = "Valentin Boettcher's Site"
dateFmt = "02.01.2006 15:04"
about = "/about"
[menu]
[[menu.main]]
identifier = "Posts"
name = "Posts"
url = "/posts/"
weight = 1
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 3
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact"
weight = 3
[[menu.main]]
identifier = "categories"
name = "Categories"
url = "/categories/"
weight = 2
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 3
[[menu.footer]]
name = "Github"
url = "https://github.com/vale981"
weight = 1
[[menu.footer]]
name = "Impressum/DSGVO"
url = "/DSGVO"
weight = 3
[permalinks]
posts = "/:year/:month/:title/"