config.toml

7345b382f1d13a3a700398396c1b344740eef957 · 1.0 KB · 47 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
18 [[params.social]]
19 name = "Github"
20 icon = "fa fa-github fa-2x"
21 weight = 1
22 url = "https://github.com/ryan77627/"
23 [[params.social]]
24 name = "LinkedIn"
25 url = "https://www.linkedin.com/in/ryan-schanzenbacher"
26 weight = 2
27 icon = "fa fa-linkedin fa-2x"
28 [[params.social]]
29 name = "Email"
30 weight = 3
31 url = "mailto:rjs1877@rit.edu"
32 icon = "fa fa-envelope fa-2x"
33 [[params.social]]
34 name = "Resume"
35 weight = 4
36 icon = "fa fa-file-text-o fa-2x"
37 url = "/resume/Schanzenbacher_Ryan_Resume.pdf"
38
39 #[[menu.main]]
40 # name = "About"
41 # weight = 1
42 # url = "/about"
43
44 [[menu.main]]
45 name = "Projects"
46 weight = 2
47 url = "/projects"