From 9f25627f4bcd9f8a110528c3291fbae63e31bcef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Wed, 20 May 2020 09:09:53 +0200 Subject: [PATCH] Add links --- config.toml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 9d503b6..4db0301 100644 --- a/config.toml +++ b/config.toml @@ -26,10 +26,18 @@ theme = "terminal" [languages.en.menu] [[languages.en.menu.main]] - identifier = "about" - name = "About" - url = "/about" + identifier = "github" + name = "Github" + url = "https://github.com/creekorful" [[languages.en.menu.main]] - identifier = "showcase" - name = "Showcase" - url = "/showcase" + identifier = "linkedin" + name = "Linkedin" + url = "https://www.linkedin.com/in/creekorful" + [[languages.en.menu.main]] + identifier = "500px" + name = "500px" + url = "https://500px.com/creekorful" + [[languages.en.menu.main]] + identifier = "gaia-rocket-program" + name = "Gaia Rocket Program" + url = "https://gaiarocketprogram.fr"