diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/config.toml b/config.toml index c6b2fbf..d908d87 100644 --- a/config.toml +++ b/config.toml | |||
@@ -3,6 +3,8 @@ languageCode = 'en-us' | |||
3 | title = 'Ryan Schanzenbacher' | 3 | title = 'Ryan Schanzenbacher' |
4 | theme = 'hugo-coder' | 4 | theme = 'hugo-coder' |
5 | 5 | ||
6 | enableEmoji = true | ||
7 | |||
6 | [markup.goldmark.renderer] | 8 | [markup.goldmark.renderer] |
7 | unsafe=true | 9 | unsafe=true |
8 | 10 | ||
@@ -14,6 +16,7 @@ description = "Ryan Schanzenbacher's Personal website" | |||
14 | hideCredits = true | 16 | hideCredits = true |
15 | colorScheme = "dark" | 17 | colorScheme = "dark" |
16 | hideColorSchemeToggle = true | 18 | hideColorSchemeToggle = true |
19 | avatarURL = "/imgs/profile/avatar.png" | ||
17 | 20 | ||
18 | [[params.social]] | 21 | [[params.social]] |
19 | name = "Github" | 22 | name = "Github" |
@@ -34,20 +37,18 @@ hideColorSchemeToggle = true | |||
34 | name = "Resume" | 37 | name = "Resume" |
35 | weight = 4 | 38 | weight = 4 |
36 | icon = "fa fa-file-text-o fa-2x" | 39 | icon = "fa fa-file-text-o fa-2x" |
37 | url = "/resume/Schanzenbacher_Ryan_Resume.pdf" | 40 | url = "/resume/Schanzenbacher_Ryan_Resume.pdf" |
38 | |||
39 | [[params.social]] | 41 | [[params.social]] |
40 | name = "GPG Key" | 42 | name = "GPG Key" |
41 | weight = 5 | 43 | weight = 5 |
42 | icon = "fa fa-key-modern fa-2x" | 44 | icon = "fa fa-key-modern fa-2x" |
43 | url = "gpgkey.asc" | 45 | url = "gpgkey.asc" |
44 | 46 | ||
45 | #[[menu.main]] | ||
46 | # name = "About" | ||
47 | # weight = 1 | ||
48 | # url = "/about" | ||
49 | |||
50 | [[menu.main]] | 47 | [[menu.main]] |
51 | name = "Projects" | 48 | name = "Projects" |
52 | weight = 2 | 49 | weight = 2 |
53 | url = "/projects" | 50 | url = "/projects" |
51 | [[menu.main]] | ||
52 | name = "About" | ||
53 | weight = 1 | ||
54 | url = "/about" | ||