blog.ligthert.net/site/config.toml

32 lines
741 B
TOML
Raw Normal View History

2022-10-20 18:39:53 +02:00
baseURL = "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"