blog.ligthert.net/site/config.toml
2022-10-20 20:23:05 +02:00

32 lines
755 B
TOML

baseURL = "https://blog.ligthert.net"
languageCode = "en-us"
title = "Sacha's Blog"
theme = "m10c"
[params]
author = "Sacha Ligthert"
description = "Things that keep me occupied, or things I just like to share with you."
avatar = "/static/hawgface.jpg"
#favicon = "/static/favicon_blog.jpg"
[[menu.main]]
identifier = "site"
name = "Site"
url = "https://sacha.ligthert.net/"
[[menu.main]]
identifier = "fedi"
name = "Fedi"
url = "https://mastodon.nl/@ligthert"
[[menu.main]]
identifier = "gitea"
name = "Gitea"
url = "https://gitea.ligthert.net/"
#[params.style]
# darkestColor = "#eeeeee"
# darkColor = "#ffffff"
# lightColor = "#000000"
# lightestColor = "#000000"
# primaryColor = "#000000"