mirror of
https://github.com/vale981/website
synced 2025-03-04 09:01:41 -05:00
58 lines
1.1 KiB
TOML
58 lines
1.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/"
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|