diff options
author | Matt Strapp <matt@mattstrapp.net> | 2023-09-14 14:55:32 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2023-09-14 14:56:09 -0500 |
commit | 6a3b5f6ff732e920211beed459db59edeb21bf27 (patch) | |
tree | 68b04a6fe9455196e3b9464ed119cb072f96c05b | |
parent | Update submodule (diff) | |
download | website-6a3b5f6ff732e920211beed459db59edeb21bf27.tar website-6a3b5f6ff732e920211beed459db59edeb21bf27.tar.gz website-6a3b5f6ff732e920211beed459db59edeb21bf27.tar.bz2 website-6a3b5f6ff732e920211beed459db59edeb21bf27.tar.lz website-6a3b5f6ff732e920211beed459db59edeb21bf27.tar.xz website-6a3b5f6ff732e920211beed459db59edeb21bf27.tar.zst website-6a3b5f6ff732e920211beed459db59edeb21bf27.zip |
Some config stuff
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-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 |