diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2021-12-26 00:33:30 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2021-12-26 00:33:30 -0500 |
commit | f0fa777ba7fdedd4510c0ea79f5dad2576a93abc (patch) | |
tree | 0c6e3781c4cb3c1d2912ac70923f0b651765f75c /config.toml | |
parent | 98a21b966410c127e74b16e7a2817882ee16560f (diff) | |
parent | 631ecce845ac282da08d1b184ea9d220a841db4a (diff) |
Merge updates from main
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config.toml b/config.toml index 26a355c..d908d87 100644 --- a/config.toml +++ b/config.toml | |||
@@ -37,17 +37,17 @@ avatarURL = "/imgs/profile/avatar.png" | |||
37 | name = "Resume" | 37 | name = "Resume" |
38 | weight = 4 | 38 | weight = 4 |
39 | icon = "fa fa-file-text-o fa-2x" | 39 | icon = "fa fa-file-text-o fa-2x" |
40 | url = "/resume/Schanzenbacher_Ryan_Resume.pdf" | 40 | url = "/resume/Schanzenbacher_Ryan_Resume.pdf" |
41 | #[[menu.main]] | 41 | [[params.social]] |
42 | # name = "About" | 42 | name = "GPG Key" |
43 | # weight = 1 | 43 | weight = 5 |
44 | # url = "/about" | 44 | icon = "fa fa-key-modern fa-2x" |
45 | url = "gpgkey.asc" | ||
45 | 46 | ||
46 | [[menu.main]] | 47 | [[menu.main]] |
47 | name = "Projects" | 48 | name = "Projects" |
48 | weight = 2 | 49 | weight = 2 |
49 | url = "/projects" | 50 | url = "/projects" |
50 | |||
51 | [[menu.main]] | 51 | [[menu.main]] |
52 | name = "About" | 52 | name = "About" |
53 | weight = 1 | 53 | weight = 1 |