summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2021-11-22 10:42:24 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2021-11-22 10:42:24 -0500
commit33816fb705a50ed643fe7a6977add1e62dc28913 (patch)
treebfdf26cb526c65ba366736a1cac927adfaebdf82
parentb084cdb11f91c3966331bfe96f717456ad97572b (diff)
Added GPG Key link to icons on main page
-rw-r--r--config.toml6
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"