config.toml

470577d77f98a9b1fddf32602c6f2e963cc1f1a8 · 1.1 KB · 53 lines raw

1 baseURL = 'https://rschanz.org/'
2 languageCode = 'en-us'
3 title = 'Ryan Schanzenbacher'
4 theme = 'hugo-coder'
5
6 [markup.goldmark.renderer]
7 unsafe=true
8
9 [params]
10 author = "Ryan Schanzenbacher"
11 info = "Second Year Computing Security Student"
12 keywords = "blog,personal"
13 description = "Ryan Schanzenbacher's Personal website"
14 hideCredits = true
15 colorScheme = "dark"
16 hideColorSchemeToggle = true
17 avatarURL = "/imgs/profile/avatar.jpg"
18
19 [[params.social]]
20 name = "Github"
21 icon = "fa fa-github fa-2x"
22 weight = 1
23 url = "https://github.com/ryan77627/"
24 [[params.social]]
25 name = "LinkedIn"
26 url = "https://www.linkedin.com/in/ryan-schanzenbacher"
27 weight = 2
28 icon = "fa fa-linkedin fa-2x"
29 [[params.social]]
30 name = "Email"
31 weight = 3
32 url = "mailto:rjs1877@rit.edu"
33 icon = "fa fa-envelope fa-2x"
34 [[params.social]]
35 name = "Resume"
36 weight = 4
37 icon = "fa fa-file-text-o fa-2x"
38 url = "/resume/Schanzenbacher_Ryan_Resume.pdf"
39 [[params.social]]
40 name = "GPG Key"
41 weight = 5
42 icon = "fa fa-key-modern fa-2x"
43 url = "gpgkey.asc"
44
45 #[[menu.main]]
46 # name = "About"
47 # weight = 1
48 # url = "/about"
49
50 [[menu.main]]
51 name = "Projects"
52 weight = 2
53 url = "/projects"