From 21c356c7bf29e5a8b31c9d24c831748bb355bf19 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 23 Jan 2024 10:26:38 -0600 Subject: Sell my soul to M$ Signed-off-by: Matt Strapp --- config.toml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 4fa9841..4ada3f4 100644 --- a/config.toml +++ b/config.toml @@ -44,16 +44,22 @@ weight = 1 url = "https://git.mattstrapp.net" [[params.social]] -name = "Portfolio Site" -icon = "fa fa-briefcase fa-2x" +name = "GitHub" +icon = "fa fa-github fa-2x" weight = 2 -url = "https://rosstheross.github.io" +url = "https://github.com/RossTheRoss" [[params.social]] -name = "GitHub" -icon = "fa fa-github fa-2x" +name = "LinkedIn" +icon = "fa fa-linkedin fa-2x" weight = 3 -url = "https://github.com/RossTheRoss" +url = "https://www.linkedin.com/in/mattstrapp" + +# [[params.social]] +# name = "Portfolio Site" +# icon = "fa fa-briefcase fa-2x" +# weight = 2 +# url = "https://rosstheross.github.io" [[menu.main]] name = "About" -- cgit v1.2.3