diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..66117df --- /dev/null +++ b/config.toml @@ -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/"}, +]