config.toml

e52868928b3d8bd7a69954aed4a0b72ec18ff7d2 · 988 B · 44 lines raw

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