-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
64 lines (56 loc) · 2.96 KB
/
config.toml
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
54
55
56
57
58
59
60
61
62
63
64
baseURL = "https://www.nateconroy.com/"
languageCode = "en-us"
title = "Nate Conroy"
theme = "timer-hugo"
# We Used Ionicons Icon font for Icon, for more details check this link - https://ionicons.com/
# Navbar Menus
[[menu.nav]]
name = "resume"
url = "pdfs/NathanConroyResume.pdf"
weight = 2
# [[menu.nav]]
# name = "projects"
# url = "gallery"
# weight = 3
[[menu.nav]]
name = "github"
url = "https://github.com/NateConroy1"
weight = 3
[[menu.nav]]
name = "linkedin"
url = "https://www.linkedin.com/in/nconroy/"
weight = 4
[[menu.nav]]
name = "email"
url = "mailto:conroy.nathanm@gmail.com"
weight = 5
# Site Params
[params]
home = "Home"
# Meta data
description = "Software Engineer based out of San Francisco, CA"
author = "Nate Conroy"
# Google Analytics
googleAnalitycsID = "UA-176408435-2"
# Banner Section
[params.banner]
enable = true
bgImage = "images/tyler_blur.png"
sigImage = "images/whiteSigNoMiddle.svg"
description = "Software Engineer based out of San Francisco, CA"
# Homepage About Section
[params.about]
enable = true
title = "Hi, I'm Nate."
content = "I'm a Syracuse, NY native and an alumnus of the University of Rochester, where I graduated with a Bachelor of Science in Computer Science and a concentration in Human-Computer Interaction. Throughout my career I have grown as a reliable developer, faced with the challenge of fast paced agile environments in which I was expected to write efficient and sustainable code for extremely high traffic services with rigid release schedules. My interests include backend and web application development, balancing my love/hate relationship with distance running, and craft beer (not necessarily in that order).<br><br>Prior to San Francisco I was living in Boston, where I was working as a software engineer at Amazon for Alexa’s automated speech recognition engine. I worked to develop and support new features for the cloud speech-to-text engine that reduced latency and improved recognition accuracy for customers around the world. I gained valuable operational experience in this role as a member of our on-call rotation, in which I investigated and resolved issues that posed risks of delaying critical software releases and impacting customer experience. I was also a member of the release team responsible for deploying new engine versions to production.<br><br>During college I also worked as an intern at Amazon Web Services and Lockheed Martin, where I was fortunate to have been mentored by passionate and talented veterans in my field. I've come to love open-ended problems, and I enjoy the challenge of learning new languages, frameworks, and other technologies."
image = "images/nate.jpeg"
# social icon
[[params.socialIcon]]
icon = "ion-social-facebook"
url = "https://www.facebook.com/nate.conroy1"
[[params.socialIcon]]
icon = "ion-social-instagram"
url = "https://www.instagram.com/_nateconroy_/"
[[params.socialIcon]]
icon = "ion-social-linkedin"
url = "https://www.linkedin.com/in/nconroy/"