diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-01-23 10:26:38 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-01-23 10:27:45 -0600 |
commit | 21c356c7bf29e5a8b31c9d24c831748bb355bf19 (patch) | |
tree | bf589649f4959ff2d000b51e1bce2df6e1256fee | |
parent | Update submodule (diff) | |
download | website-21c356c7bf29e5a8b31c9d24c831748bb355bf19.tar website-21c356c7bf29e5a8b31c9d24c831748bb355bf19.tar.gz website-21c356c7bf29e5a8b31c9d24c831748bb355bf19.tar.bz2 website-21c356c7bf29e5a8b31c9d24c831748bb355bf19.tar.lz website-21c356c7bf29e5a8b31c9d24c831748bb355bf19.tar.xz website-21c356c7bf29e5a8b31c9d24c831748bb355bf19.tar.zst website-21c356c7bf29e5a8b31c9d24c831748bb355bf19.zip |
Sell my soul to M$
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-rw-r--r-- | config.toml | 18 |
1 files 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" |