start.simoncor.net/config.toml

26 lines
461 B
TOML
Raw Normal View History

2022-05-23 18:10:10 +02:00
baseURL = "https://start.simoncor.net/"
languageCode = "en-us"
2022-05-23 18:35:39 +02:00
title = "/speed/dial"
2022-05-23 18:10:10 +02:00
theme = "slate"
[ params ]
2022-06-15 20:56:36 +02:00
BackgroundImages = ["bg/02.webp"]
BackgroundStyle = "#000000;"
OpenLinksInNewWindow = true
Favicon = "favicon.ico"
2022-05-23 18:10:10 +02:00
2022-06-15 20:56:36 +02:00
[[ params.nav ]]
name = "files"
tag = "files"
icon = "lock"
2022-05-23 18:10:10 +02:00
2022-06-15 20:56:36 +02:00
[[ params.nav ]]
name = "media"
tag = "media"
icon = "tv"
2022-05-23 18:10:10 +02:00
2022-06-15 20:56:36 +02:00
[[ params.nav ]]
name = "infra"
tag = "infra"
icon = "server"