diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2022-11-24 02:57:21 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2022-11-24 02:57:21 -0500 |
commit | 10391af436402a7808ae305d243033341fc19bd9 (patch) | |
tree | 0f10a710f2b79e3aed50a162e1dc8be6d5a28dd9 | |
parent | ebd004a13c00a0d7cd7601db62f68b710e6c3e73 (diff) |
reordered social links
-rw-r--r-- | config.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.toml b/config.toml index bfa3f60..4a71b26 100644 --- a/config.toml +++ b/config.toml | |||
@@ -35,22 +35,22 @@ hideColorSchemeToggle = true | |||
35 | icon = "fa fa-envelope fa-2x" | 35 | icon = "fa fa-envelope fa-2x" |
36 | [[params.social]] | 36 | [[params.social]] |
37 | name = "Resume" | 37 | name = "Resume" |
38 | weight = 4 | 38 | weight = 7 |
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 | [[params.social]] | 41 | [[params.social]] |
42 | name = "GPG Key" | 42 | name = "GPG Key" |
43 | weight = 5 | 43 | weight = 4 |
44 | icon = "fa fa-key-modern fa-2x" | 44 | icon = "fa fa-key-modern fa-2x" |
45 | url = "gpgkey.asc" | 45 | url = "gpgkey.asc" |
46 | [[params.social]] | 46 | [[params.social]] |
47 | name = "Matrix Chat" | 47 | name = "Matrix Chat" |
48 | weight = 6 | 48 | weight = 5 |
49 | icon = "fa fa-matrix-org fa-2x" | 49 | icon = "fa fa-matrix-org fa-2x" |
50 | url = "https://matrix.to/#/@ryan:ryan77627.xyz" | 50 | url = "https://matrix.to/#/@ryan:ryan77627.xyz" |
51 | [[params.social]] | 51 | [[params.social]] |
52 | name = "Mastodon" | 52 | name = "Mastodon" |
53 | weight = 7 | 53 | weight = 6 |
54 | icon = "fa fa-mastodon fa-2x" | 54 | icon = "fa fa-mastodon fa-2x" |
55 | url = "https://social.ryan77627.xyz/@ryan" | 55 | url = "https://social.ryan77627.xyz/@ryan" |
56 | 56 | ||