diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2021-09-28 20:01:44 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2021-09-28 20:01:44 -0400 |
commit | ef42e6a39ed03e2188bdc41ae6004d2b07f99026 (patch) | |
tree | bb3040ffc31fdf019bc9dbee1b492909b92dc460 /config.toml | |
parent | 61b58f0a8a5addf13e851439a9c606be6fd7daee (diff) |
added resume and fixed config
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 07e96cf..ad8c482 100644 --- a/config.toml +++ b/config.toml | |||
@@ -30,7 +30,8 @@ hideColorSchemeToggle = true | |||
30 | [[params.social]] | 30 | [[params.social]] |
31 | name = "Resume" | 31 | name = "Resume" |
32 | weight = 4 | 32 | weight = 4 |
33 | url = /static/RyanSchanzenbacher | 33 | icon = "fa fa-file-text-o fa-2x" |
34 | url = "/static/Schanzenbacher_Ryan_Resume.pdf" | ||
34 | 35 | ||
35 | #[[menu.main]] | 36 | #[[menu.main]] |
36 | # name = "About" | 37 | # name = "About" |