diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2021-11-22 10:42:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 10:42:24 -0500 |
commit | 66c3e37fe46fabcb012e96ed8d0af1fccf666d3c (patch) | |
tree | 8bd983a2874078d7d705fda859c036224f96b75d /config.toml | |
parent | cc61ee704e579fd2c6d355313a94d3c1dee55ee7 (diff) |
Added GPG Key link to icons on main page
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.toml b/config.toml index ab40603..fe3a295 100644 --- a/config.toml +++ b/config.toml | |||
@@ -35,6 +35,12 @@ hideColorSchemeToggle = true | |||
35 | weight = 4 | 35 | weight = 4 |
36 | icon = "fa fa-file-text-o fa-2x" | 36 | icon = "fa fa-file-text-o fa-2x" |
37 | url = "/resume/Schanzenbacher_Ryan_Resume.pdf" | 37 | url = "/resume/Schanzenbacher_Ryan_Resume.pdf" |
38 | |||
39 | [[params.social]] | ||
40 | name = "GPG Key" | ||
41 | weight = 5 | ||
42 | icon = "fa fa-modern-key fa-2x" | ||
43 | url = "gpgkey.asc" | ||
38 | 44 | ||
39 | #[[menu.main]] | 45 | #[[menu.main]] |
40 | # name = "About" | 46 | # name = "About" |