Simon Cornet
4e591f75e5
All checks were successful
continuous-integration/drone/push Build is passing
26 lines
461 B
TOML
26 lines
461 B
TOML
baseURL = "https://start.simoncor.net/"
|
|
languageCode = "en-us"
|
|
title = "/speed/dial"
|
|
theme = "slate"
|
|
|
|
[ params ]
|
|
BackgroundImages = ["bg/bg.webp"]
|
|
BackgroundStyle = "#000000;"
|
|
OpenLinksInNewWindow = true
|
|
Favicon = "favicon.ico"
|
|
|
|
[[ params.nav ]]
|
|
name = "files"
|
|
tag = "files"
|
|
icon = "lock"
|
|
|
|
[[ params.nav ]]
|
|
name = "media"
|
|
tag = "media"
|
|
icon = "tv"
|
|
|
|
[[ params.nav ]]
|
|
name = "infra"
|
|
tag = "infra"
|
|
icon = "server"
|