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/'