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