18 lines
443 B
TOML
18 lines
443 B
TOML
![]() |
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/"},
|
||
|
]
|