-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·234 lines (174 loc) · 6.02 KB
/
_config.yml
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
# Site settings
# NB! Set your site's url, otherwise stuff will break :)
url: "stevelouie.com"
# If you're hosting your site at a Project repository on GitHub pages
# (https://yourusername.github.io/repository-name)
# and NOT your user repository (https://yourusername.github.io)
# then add in the baseurl here, like this: "/repository-name"
#
# NB! Without this *nothing* will work, because it's used in every path :)
baseurl: /
# Google tracking id
google-tracking-id: ""
# Forces https everywhere in your website, except when you serve it locally
# If you are not hosted on Github Pages, and your host doesn't support https
# then you should disable it
force-https: True
#############
# HTML Head #
#############
lang: "en"
author: "Steve Louie"
title: "Steve Louie"
description: "Steve Louie's personal site."
keywords: "steve, louie"
favicon: "/img/favicon.ico"
################
# Header layout #
################
#black-favicon: "/img/black-lab-glass.ico"
# background-img: ""
##############################
# Dynamic Text on the Header #
##############################
dynamic-typing: False
shuffle: True # Shuffle the lines.
loop: True
loop-count: False # Set False for infinite loop, or set any number for finite loop.
type-speed: 9
start-delay: 200
delete-delay: 8000
# lines: # You can add HTML Tags in the Text
# me-img: "/img/jetpacktocat.png"
# To use facebook profile pic comment the previous line and uncomment the following
# line, and replace 'user_id' with your facebook user id.
# Facebook user id can be found by clicking on your profile pic and the large number
# in the end of the url just before '&type' is your user id.
# Note: fbid is not the same as user id and user id only contains numbers
# me-img: "https://graph.facebook.com/user_id/picture?type=large&width=500&height=500"
# To use github profile pic uncomment the following line and replace 'user_name'
# with your github user name.
me-img: "https://github.com/stephenrlouie.png?size=500"
# To use gravatar profile pic uncomment the following line and replace 'email_hash'
# with your gravatar profile email hash.
# You can create the email hash by using an online tool like 'http://www.md5hashgenerator.com/'
# just enter your email and it will generate the hash.
# me-img: "https://www.gravatar.com/avatar/email_hash?s=500"
##############################
# Color the browser elements #
##############################
color-browser: "#000000"
apple-status-bar-style: "black"
################
# Web app mode #
################
web-app-mode: True
# Icons for Web App mode
icon-36p: "https://github.com/stephenrlouie.png?size=36"
icon-48p: "https://github.com/stephenrlouie.png?size=48"
icon-72p: "https://github.com/stephenrlouie.png?size=72"
icon-96p: "https://github.com/stephenrlouie.png?size=96"
icon-144p: "https://github.com/stephenrlouie.png?size=144"
icon-192p: "https://github.com/stephenrlouie.png?size=192"
########
# Blog #
########
enable-gesture-navigation: False
# post-preview-words: 96
# paginate: 5
email-share: True
fb-share: False
twitter-share: True
linkedin-share: True
reddit-share: False
google-plus-share: False
tumblr-share: False
pinterest-share: False
pocket-share: True
vkontakte-share: False
syntax-highlight: True
############
# Timeline #
############
events:
- image: "/img/timeline/bose.jpg"
date: "Fall 2022 - Present"
description: "Bose: Senior Cloud Platform Engineer"
- image: "/img/timeline/starburst.jpg"
date: "Spring 2021 - Fall 2022"
description: "Starburst Data: Galaxy Site Reliability Engineer (Cloud/Kubernetes)"
- image: "/img/timeline/bose.jpg"
date: "Winter 2018 - Spring 2021"
description: "Bose: Cloud Platform Engineer"
- image: "/img/timeline/kubeconEU2018.jpg"
date: "Spring 2018"
description: "Kubecon Presentation: Bringing Cloud-Native Applications to the Edge of the Network"
- image: "/img/timeline/csco.jpg"
date: "2015 - 2018"
description: "Cisco: Software Engineer"
- image: "/img/timeline/lehigh.png"
date: "2015"
description: "Lehigh University: Masters of Engineering: Computer Science"
- image: "/img/timeline/msft.png"
date: "Summer 2014"
description: "Microsoft: SDET Intern"
- image: "/img/timeline/lehigh.png"
date: "May 2014"
description: "Lehigh University: Bachelor of Science: Integrated Business and Engineering"
- image: "/img/timeline/bd.jpg"
date: "Summer 2013"
description: "Becton Dickinson: Technical Development Intern"
- image: "/img/timeline/ng.jpg"
date: "Summer 2012"
description: "Northrop Grumman: Software Engineer Intern"
# First image of the Timeline
timeline-img: "/img/timeline/lehigh.png"
timeline-date: 2010
timeline-description: "Start at Lehigh University"
###########
# Contact #
###########
email: "[email protected]"
################
# Author Blurb #
################
# The author blurb goes underneath blog posts.
# This works best when your author blurb image has a transparent background, or matches your site background color.
# if the author_blurb is not set, then this feature is skipped
# author_blurb: ""
# author_blurb_image: "https://github.com/stephenrlouie.png?size=500"
##################
# Social Buttons #
##################
social:
- title: "github"
url: https://github.com/stephenrlouie
- title: "linkedin"
url: https://www.linkedin.com/in/stephenrlouie
############
# 404 page #
############
err-404-img: "../img/404.jpg"
##################
# GPG on Keybase #
##################
# keybase-username: johnsmith
# keybase-in-social: True
# keybase-in-footer: True
################################################################################
# NB! Tread carefully if you want to change the variables below this point!
# Sections shown in the index page
pages_list:
About: 'about'
Timeline: 'timeline'
Contact: 'contact'
# Exclusion list from the generated _site
exclude: ["LICENSE", "README.md", "CONTRIBUTING", "CONTRIBUTORS", "scripts"]
# Pagination path
# paginate_path: "blog/page:num/"
# Enable minification SASS
sass:
style: compressed
gems:
- jekyll-paginate
- jemoji