website/site/config.toml

59 lines
1.1 KiB
TOML
Raw Permalink 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"
2021-08-02 10:04:33 +02:00
about = "/about"
2021-07-31 15:35:13 +02:00
[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/"
2025-02-15 19:39:39 -05:00
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true