adds coming soon config

This commit is contained in:
Michael Beck 2025-02-22 17:48:07 +01:00
parent 917784ba54
commit 8b2a5b4cbb

17
config.toml Normal file
View File

@ -0,0 +1,17 @@
baseURL = "https://blog.mbeck.cologne"
languageCode = 'en-us'
theme = "coming-soon"
[params]
title = "blog.mbeck.cologne"
description = ""
favicon = ""
message = "COMING SOON!"
release = "April 1, 2025"
background = ""
socialIcons = [
{name = "email", url = "ich@mbeck.cologne"},
{name = "github", url = "https://git.mbeck.cologne/"},
{name = "linkedin", url = "https://www.linkedin.com/in/michbeck/"},
]