From 280fa8ac79655926b6ddcbca5533476d7e1fccb6 Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Mon, 26 Aug 2024 10:51:16 +0200 Subject: [PATCH] Add sponsoring links to blog --- config.toml | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/config.toml b/config.toml index ddce96a4b..9edc58530 100644 --- a/config.toml +++ b/config.toml @@ -292,6 +292,34 @@ enableGitInfo = true title = "Nightly Demo" weight = 2 + [[languages.en.menu.main]] + identifier = "sponsor" + name = " Sponsor the Project" + pre = "" + title = "Sponsoring" + weight = 8 + url = "https://mailcow.email" + + [[languages.en.menu.main]] + identifier = "sponsor-sal" + pre = "โค๏ธ " + post = "" + parent = "sponsor" + name = "Buy a Stay Awesome License" + url = "https://www.servercow.de/mailcow?lang=en#sal" + title = "Buy a SAL (One Time Payment)" + weight = 1 + + [[languages.en.menu.main]] + identifier = "demo-nightly" + pre = "๐Ÿงก " + post = "" + parent = "sponsor" + name = "Sponsor us directly on GitHub" + url = "https://github.com/sponsors/mailcow" + title = "Sponsor mailcow on GitHub" + weight = 2 + [languages.de] weight = 2 title = "mailcow: dockerized - Blog" @@ -393,6 +421,34 @@ enableGitInfo = true title = "Nightly Demo" weight = 2 + [[languages.de.menu.main]] + identifier = "sponsor" + name = " Sponsere das Projekt" + pre = "" + title = "Sponsoring" + weight = 8 + url = "https://mailcow.email" + + [[languages.de.menu.main]] + identifier = "sponsor-sal" + pre = "โค๏ธ " + post = "" + parent = "sponsor" + name = "Kaufe eine SAL" + url = "https://www.servercow.de/mailcow#sal" + title = "Kaufe eine Stay Awesome License (Einmalzahlung)" + weight = 1 + + [[languages.de.menu.main]] + identifier = "demo-nightly" + pre = "๐Ÿงก " + post = "" + parent = "sponsor" + name = "Sponsere uns auf GitHub" + url = "https://github.com/sponsors/mailcow" + title = "Sponsere uns direkt auf GitHub" + weight = 2 + [languages.de.params] description = "Der E-Mail Server mit dem 'moo' โ€“ ๐Ÿฎ + ๐Ÿ‹ = ๐Ÿ’• | Offizieller Blog" dateFormat = "02.01.2006"