From f613e1363c021015bbd4cc3f43dd5a506f7e7208 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Mon, 23 Sep 2024 20:49:44 +0200 Subject: [PATCH] [hugo.toml] Enabled the coming-soon theme, added basic site description --- hugo.toml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index e6d4741..f611c41 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,14 @@ baseURL = "https://privacynerd.de/" languageCode = "en-us" -title = "Privacynerd's main site" -theme = "relegando" +#title = "Privacynerd's start page" +#theme = "relegando" +theme = "coming-soon" + +[params] + title = "Privacynerd's start page - coming at some point in the future!" + description = "Privacynerd's site" + favicon = "" + message = "COMING SOON!" + release = "December 6, 2024" + background = "" +