From f29dd1123c4745e22adfca9e04bf63782e7c9cff Mon Sep 17 00:00:00 2001 From: Mariano Riefolo Date: Thu, 19 Sep 2024 12:48:19 +0200 Subject: [PATCH] feat: add Gitea profile link --- hugo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 41ef435..6e39e05 100644 --- a/hugo.toml +++ b/hugo.toml @@ -7,7 +7,11 @@ theme = 'poison' brand = 'Mariano Riefolo' description = 'personal website' -menu = [{ Name = 'About', URL = '/about/', HasChildren = false }] +menu = [ + { Name = 'About', URL = '/about/', HasChildren = false }, + { Name = 'Useful links', URL = '' }, + { Name = 'Repositories', URL = 'https://git.riefolo.me/mariano', External = true }, +] email_url = 'mailto:rfmariano@protonmail.com' linkedin_url = 'https://www.linkedin.com/in/riefolo-mariano/'