website/site/config.toml

53 lines
1,012 B
TOML
Raw Normal View History

2021-07-31 15:35:13 +02:00
languageCode = "en-us"
title = "Hiro's Stuff"
theme = "smol"
2021-07-31 17:37:13 +02:00
baseURL = "https://protagon.space"
2021-07-31 15:35:13 +02:00
[params]
2021-07-31 17:52:27 +02:00
subtitle = "Valentin Boettcher's Site"
2021-07-31 15:35:13 +02:00
dateFmt = "02.01.2006 15:04"
[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
2021-07-31 17:48:56 +02:00
[permalinks]
posts = "/:year/:month/:title/"