32 lines
741 B
TOML
32 lines
741 B
TOML
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" |