summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml15
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'
3title = 'Ryan Schanzenbacher' 3title = 'Ryan Schanzenbacher'
4theme = 'hugo-coder' 4theme = 'hugo-coder'
5 5
6enableEmoji = true
7
6[markup.goldmark.renderer] 8[markup.goldmark.renderer]
7unsafe=true 9unsafe=true
8 10
@@ -14,6 +16,7 @@ description = "Ryan Schanzenbacher's Personal website"
14hideCredits = true 16hideCredits = true
15colorScheme = "dark" 17colorScheme = "dark"
16hideColorSchemeToggle = true 18hideColorSchemeToggle = true
19avatarURL = "/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"