diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2021-11-22 10:42:24 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2021-11-22 10:42:24 -0500 |
commit | 33816fb705a50ed643fe7a6977add1e62dc28913 (patch) | |
tree | bfdf26cb526c65ba366736a1cac927adfaebdf82 /config.toml | |
parent | b084cdb11f91c3966331bfe96f717456ad97572b (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" |