From a9405461b89e206e938446f591e74819f800f509 Mon Sep 17 00:00:00 2001 From: fzorb Date: Wed, 18 Sep 2024 12:17:52 +0300 Subject: [PATCH] hugo is stupid --- config.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config.toml diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..9a808d7 --- /dev/null +++ b/config.toml @@ -0,0 +1,19 @@ +baseURL = 'https://mail.fzorb.xyz/' +languageCode = 'en-us' +title = 'Zorbmail' +theme = 'zmin-zm' + +[[menus.main]] +name = "Webmail" +url = "https://webmail.fzorb.xyz" +weight = 20 + +[[menus.main]] +name = "Report abuse" +url = "mailto:fzorb@fzorb.xyz" +weight = 30 + +[[menus.main]] +name = "Back to fzorb.xyz" +url = "https://fzorb.xyz/" +weight = 60 \ No newline at end of file