config.toml

60709f2205bf262ec42f0b19fae221d57d3620c4 · 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 = "Cybersecurity Engineer"
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 = "Git"
23 icon = "fa fa-git-square fa-2x"
24 weight = 0
25 url = "https://git.rschanz.org"
26 [[params.social]]
27 name = "Github"
28 icon = "fa fa-github fa-2x"
29 weight = 1
30 url = "https://github.com/ryan77627/"
31 [[params.social]]
32 name = "LinkedIn"
33 url = "https://www.linkedin.com/in/ryan-schanzenbacher"
34 weight = 2
35 icon = "fa fa-linkedin fa-2x"
36 [[params.social]]
37 name = "Email"
38 weight = 3
39 url = "mailto:inquiries@rschanz.org"
40 icon = "fa fa-envelope fa-2x"
41 [[params.social]]
42 name = "Resume"
43 weight = 7
44 icon = "fa fa-file-text-o fa-2x"
45 url = "/resume/Schanzenbacher_Ryan_Resume.pdf"
46 [[params.social]]
47 name = "GPG Key"
48 weight = 4
49 icon = "fa fa-key-modern fa-2x"
50 url = "gpgkey.asc"
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"