diff options
Diffstat (limited to '')
-rw-r--r-- | config.toml | 18 |
1 files 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 |