diff --git a/src/config.toml b/src/config.toml index 21d7ae8..a416540 100644 --- a/src/config.toml +++ b/src/config.toml @@ -28,6 +28,12 @@ main_menu = [ { name = "contact", url = "contact", trailing_slash = true }, ] +socials = [ + { name = "email", url = "mailto:raphael@rbitton.com" }, + { name = "github", url = "https://github.com/rbitton1729", new_tab = true}, + { name = "linkedin", url = "https://www.linkedin.com/in/rbitton1729", new_tab = true}, +] + copyright = "© $YEAR $AUTHOR" favicon_emoji = "🐧"