config.toml

660229258f41b42da10d9198e7f0efdd35283063 · 1.3 KB · 59 lines raw

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