From 8b2a5b4cbb14303819972683bb3aa5f775842d58 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sat, 22 Feb 2025 17:48:07 +0100 Subject: [PATCH] adds coming soon config --- config.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config.toml 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/"}, +]