-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
321 lines (290 loc) · 10.9 KB
/
hugo.yaml
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
baseURL: "https://mjlee.dev"
languageCode: "en-us"
title: "MyungJae Lee"
outputs:
home:
- "HTML"
- "RSS"
- "JSON"
page:
- "HTML"
- "RSS"
Paginate: 3
enableRobotsTXT: true
# disqusShortname: your-disqus-shortname
# googleAnalytics: G-MEASUREMENT_ID
markup:
goldmark:
renderer:
unsafe: true
Menus:
# main:
# - identifier: blog
# name: Blog
# title: Blog posts
# url: /blogs
# weight: 1
# - identifier: gallery
# name: Gallery
# title: Blog posts
# url: /gallery
# weight: 2
#Dropdown menu
# - identifier: dropdown
# title: Example dropdown menu
# name: Dropdown
# weight: 3
# - identifier: dropdown1
# title: example dropdown 1
# name: example 1
# url: /#
# parent: dropdown
# weight: 1
# - identifier: dropdown2
# title: example dropdown 2
# name: example 2
# url: /#
# parent: dropdown
# weight: 2
params:
title: "MyungJae Lee"
description: MJ Lee's Personal Website
# staticPath: "" # The path to serve the static files from
favicon: "/images/fav.png"
# Whether to serve bootstrap css and js files from CDN or not. Can be set to true, "css" or "js" to choose between
# serving both, only the css, or only the js files through the CDN. Any other value will make so that CDN is not used.
# Note the lack of "" in true, it should be of boolean type.
useBootstrapCDN: false
# If you want to load dynamically responsive images from Cloudinary
# This requires your images to be uploaded + hosted on Cloudinary
# Uncomment and change YOUR_CLOUD_NAME to the Cloud Name in your Cloudinary console
# cloudinary_cloud_name: "YOUR_CLOUD_NAME"
# Whether the fade animations on the home page will be enabled
animate: true
theme:
defaultTheme: "dark" # light
# disableThemeToggle: true
font:
fontSize: 1rem # default: 1rem
fontWeight: 400 # default: 400
lineHeight: 1.5 # default: 1.5
textAlign: left # default: left
# color preference
# color:
# textColor:
# secondaryTextColor:
# backgroundColor:
# secondaryBackgroundColor:
# primaryColor:
# secondaryColor:
# darkmode:
# textColor:
# secondaryTextColor:
# backgroundColor:
# secondaryBackgroundColor:
# primaryColor:
# secondaryColor:
# If you want to customize the menu, you can change it here
navbar:
align: ms-auto # Left: ms-auto | center: mx-auto | right: me-auto | Default: ms-auto
brandLogo: "/images/logo.jpg" # Logo for the brand | default is the favicon variable
showBrandLogo: false # Show brand logo in nav bar | default is true
brandName: "mjlee.dev" # Brand name for the brand | default is the title variable
disableSearch: true
# searchPlaceholder: "Search"
menus:
disableAbout: false
disableExperience: false
disableEducation: false
disableProjects: false
disableAchievements: false
disableContact: false
# Hero
hero:
enable: true
intro: "Hi, my name is"
title: "MyungJae Lee"
subtitle: "I build things for the web"
content: ""
image: /images/hero.jpg
roundImage: true # Make hero image circular | default false
button:
enable: true
name: "Résumé"
url: "https://drive.google.com/uc?print=false&id=1rCzJlppHZDF6kH27JYh-xX5KivUu6FOR"
download: false
newPage: true
socialLinks:
fontAwesomeIcons:
- icon: fab fa-github fa-lg
url: https://github.com/MMJLee
- icon: fab fa-linkedin-in fa-lg
url: https://www.linkedin.com/in/matthewmjlee
# customIcons:
# - icon: /fav.png
# url: "https://example.com"
# About
about:
enable: true
title: "About Me"
# image: "/images/me.png"
content: |-
I am a software developer with a background in engineering and mathematics. Coding and debugging has always stimulated my brain like no other,
and after working a bit as a mechanical engineer, I decided that I'd rather spend the rest of my life in the world of software. Since
then, I've continued to develop my skills and experiment with new technologies.
I prefer working in the backend and enjoy formulating complex SQL queries.
Lately I'm experimenting with SSR blazor.
skills:
enable: true
title: "Here are some technologies I'm decent at:"
items:
- "Python, FastAPI"
- "Java, SpringBoot"
- "Javascript, Vue, Node"
- "Apache Spark, Airflow"
- "AWS EC2, EMR"
- "SQL, Flyway"
- "Docker"
# Experience
experience:
enable: true
# title: "Custom Name"
items:
- job: "Software Engineer"
company: "iPro Systems"
companyUrl: "https://iprosystems.com"
date: "Nov 2022 - Present"
content: |
We have a small dev team, requiring members to be proficient at all parts of development.
- Design, develop, and deploy RESTful APIs and UI for a multi-tenant web app
- (re)Write ETL scripts utilizing Spark to reduce runtime
- Automate recurring work using Apache Airflow
- Troubleshoot and debug any failed jobs
- job: "Project Manager"
company: "Cleveland-Cliffs"
companyUrl: "https://www.clevelandcliffs.com/"
date: "Mar 2022 - Nov 2022"
content: |
- Optimized graphite capture leading to a 27% decrease in the particulate matter in the air
- Oversaw multiple projects across all phases of development
- Managed resources to meet stakeholders’ needs
multi: true
jobm: "Associate Mechanical Engineer"
companym: "Cleveland-Cliffs"
companyUrlm: "https://www.clevelandcliffs.com/"
datem: "June 2021 - Mar 2022"
contentm: |
- Developed engineering specifications for a $55M maintenance project
- Overhauled the department’s lubrication protocol, reducing unplanned downtime
- Performed phase 0 engineering to ensure viability before each project
- job: "Engineering Intern"
company: "KPI Incorporated"
companyUrl: "https://www.kpiincorporated.com"
date: "June 2020 - Aug 2020"
content: |
- Designed conveyors and layouts for custom use-cases with an emphasis on safety
- job: "Laboratory Assistant"
company: "Rose-Hulman Institute of Technology"
companyUrl: "https://rose-hulman.edu"
date: "Aug 2017 - May 2021"
content: |
- Designed 2D drawings and 3D models as required for various projects
# Education
education:
enable: true
# title: "Custom Name"
index: false
items:
- title: "Bachelor of Science in Mechanical Engineering"
school:
name: "Rose-Hulman Institute of Technology"
url: "https://rose-hulman.edu"
date: "2017 - 2021"
content: |-
- Minor in mathematics
- CS courses including data structures & algorithms and intro to machine learning
# Achievements
achievements:
enable: false
# title: "Custom Name"
items:
- title: Google kickstart runner
content: I solved all problems with optimal solution.
url: https://example.com
image: /images/achievment.jpg
- title: Facebook Hackathon Winner
content: Developed a product using Artificial Intelligence.
image: /images/achievment.jpg
- title: Hugo Profile
content: Developed a theme and getting 1K+ downloads per month.
url: "https://github.com/gurusabarish/hugo-profile"
image: /images/achievment.jpg
- title: Microsoft Imagine Runner
content: We are developed a product which can help others.
- title: Google Summer of Code
content: Contributed to a open source project.
url: https://example.com
# projects
projects:
enable: true
# title: "Custom Name"
items:
- title: Simple Chat
content: Anonymous chatrooms identified by the slug.
image: /images/projects/chat.png
featured:
name: Demo
link: https://chat.mjlee.dev
badges:
- "Node"
- "React"
- "Socket.io"
- "HTML"
- "CSS"
links:
- icon: fab fa-github
url: https://github.com/mmjlee/chat
#Contact
contact:
enable: true
# title: "Custom Name"
email: [email protected]
btnName: Email me
formspree:
enable: true # `contact.email` value will be ignored
formId: xeqbkopw # Take it from your form's endpoint, like 'https://formspree.io/f/abcdefgh'
emailCaption: "Enter your email address"
messageCaption: "Enter your message here"
# footer:
# recentPosts:
# path: "blogs"
# count: 3
# title: Recent Posts
# enable: true
# disableFeaturedImage: false
# socialNetworks:
# github: https://github.com/MMJLee
# linkedin: https://www.linkedin.com/in/matthewmjlee/
# List pages like blogs and posts
listPages:
disableFeaturedImage: false
# Single pages like blog and post
singlePages:
readTime:
enable: true
content: "min read"
scrollprogress:
enable: true
# For translations
terms:
read: "Read"
toc: "Table Of Contents"
copyright: "All rights reserved"
pageNotFound: "Page not found"
emailText: "Check out this site"
datesFormat:
article: "Jan 2, 2006"
articleList: "Jan 2, 2006"
articleRecent: "Jan 2, 2006"
#customScripts: -| # You can add custom scripts which will be added before </body> tag
# <script type="text/javascript"><!-- any script here --></script>