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