config.toml

304b575d3f1c9e46e078952d7f179e433326f1d7 · 1.4 KB · 64 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 = "Fourth Year Cybersecurity 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:inquiries@rschanz.org"
35 icon = "fa fa-envelope fa-2x"
36 [[params.social]]
37 name = "Resume"
38 weight = 7
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 = 4
44 icon = "fa fa-key-modern fa-2x"
45 url = "gpgkey.asc"
46 [[params.social]]
47 name = "Matrix Chat"
48 weight = 5
49 icon = "fa fa-matrix-org fa-2x"
50 url = "https://matrix.to/#/@ryan:rschanz.org"
51 [[params.social]]
52 name = "Mastodon"
53 weight = 6
54 icon = "fa fa-mastodon fa-2x"
55 url = "https://social.ryan77627.xyz/@ryan"
56
57 [[menu.main]]
58 name = "Projects"
59 weight = 2
60 url = "/projects"
61 [[menu.main]]
62 name = "About"
63 weight = 1
64 url = "/about"