diff options
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 |