From 6a3b5f6ff732e920211beed459db59edeb21bf27 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 14 Sep 2023 14:55:32 -0500 Subject: Some config stuff Signed-off-by: Matt Strapp --- config.toml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 2047430..4fa9841 100644 --- a/config.toml +++ b/config.toml @@ -16,12 +16,12 @@ disableXML = true minifyOutput = true [params] -# author = "Matt Strapp" -info = "As good as it'll be, part 2" +author = "Matt Strapp" +info = "Coming Soon since 2018" description = "Matt Strapp's personal website" keywords = "developer,personal" avatarurl = "images/avatar.png" -#gravatar = "matt@mattstrapp.net" +commit = "https://git.mattstrapp.net/website/tree/" favicon_32 = "/images/favicon-32x32.png" favicon_16 = "/images/favicon-16x16.png" @@ -43,6 +43,18 @@ icon = "fa fa-git fa-2x" weight = 1 url = "https://git.mattstrapp.net" +[[params.social]] +name = "Portfolio Site" +icon = "fa fa-briefcase fa-2x" +weight = 2 +url = "https://rosstheross.github.io" + +[[params.social]] +name = "GitHub" +icon = "fa fa-github fa-2x" +weight = 3 +url = "https://github.com/RossTheRoss" + [[menu.main]] name = "About" weight = 1 -- cgit v1.2.3