diff --git a/assets/icons/mail.svg b/assets/icons/mail.svg new file mode 100644 index 0000000..cecc719 --- /dev/null +++ b/assets/icons/mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/config/_default/menu.toml b/config/_default/menu.toml index c0e078a..f9c7a83 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -11,6 +11,7 @@ identifier = "github" name = "GitHub" url = "https://github.com/Akumatic" +weight = 1 [social.params] icon = "brand-github" @@ -19,6 +20,16 @@ icon = "brand-github" identifier = "reddit" name = "Reddit" url = "https://www.reddit.com/user/aku-matic/" +weight = 2 [social.params] icon = "brand-reddit" + +[[social]] +identifier = "mail" +name = "Mail" +url = "mailto:contact@akumatic.eu" +weight = 3 + +[social.params] +icon = "mail"