-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
189 lines (154 loc) · 5.03 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
# Main Page Setup
title: John Doe's Portfolio # This is what shows up in the tab of the browser
# Hero Section
name: John Doe
headline: headline message
description: >- # dont remove this line. this will ignore all new lines until the next section
Write an awesome intro and discuss your highlights and qualification. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
# Place your profile image in /assets/images/profile-image/folder and edit the file name
profile_image: ./assets/images/profile-image/avatar.jpeg
# Link your resume
# You can place your resume in assets/resume/{resume file.pdf} or add external link such as pdf saved in google drive
resume-url: https://drive.google.com/file/d/13Z3duVzh-gguPU5r03oJVEE6rV9rd3DS/view?usp=sharing
# Set up external links - this will show up as small icons next to your name.
external-links: # input only your own url slug. The icons with missing entries will not appear.
linkedin: test # https://www.linkedin.com/in/{your url slug}
github: leea12 # https://github.com/{your url slug}
stackoverflow: test # https://stackoverflow.com/users/{your url slug}
medium: # https://medium.com/@{your url slug}
x-twitter: # https://x.com/{your url slug}
threads: # https://threads.net/@{your url slug}
instragram: # https://instagram.com/{your url slug}
youtube: # https://youtube.com/@{your url slug}
discord: # https://discord.com/users/{your url slug}
bluesky: # https://bsky.app/profile/{your url slug}
# Skills Section - Add the list of your Skills by categories/tools. The indentation for each level needs to be precise.
skills:
- category: 3D Modeling
tools:
- Onshape
- Solidworks
- Creo
- Fusion 360 (Autodesk)
- Blender (for complex shapes or animations)
- Siemens NX
- Inventor (Autodesk)
- CATIA (Dassault Systèmes)
- category: Prototyping
tools:
- SLA
- CNC
- FDM
- SLS
- DMLS
- PolyJet Printing
- Vacuum Casting
- Laser Cutting
- Water Jet Cutting
- Arduino / Raspberry Pi
- Breadboarding for circuit testing
- category: Design Standards / Practices
tools:
- GD&T ASME Y14
- ISO fits and tolerances
- PLM (PTC Windchill / Arena)
- category: PCB Design
tools:
- Altium Designer
- Altium
- Eagle
- KiCad
- category: Problem Solving / Risk Management
tools:
- Root Cause Analysis (e.g., 5 Whys, Fishbone Diagram)
- DFMEA / PFMEA
- Six Sigma methodologies
- Shain Red-X
# Contact Form Setup. Setup an account and copy over the key. When someone fills out the form, it will be received in your email.
formspree-key: https://formspree.io/f/{8-digit key}
# Active theme (Updatethis to switch themes). Make sure to keep the indentation the samne.
colors: # this is the basic theme
text: "#1a1c20"
border: "#ddd"
link: "#4a76ee"
highlight: "#0c0cf2"
background: "#ffffff"
light_background: "#f3f5fb"
# A few examples.
basic theme:
text: "#1a1c20"
border: "#ddd"
link: "#4a76ee"
highlight: "#0c0cf2"
background: "#ffffff"
light_background: "#f3f5fb"
mint theme:
text: "#2c3333"
border: "#e0f2ef"
link: "#40b3a2"
highlight: "#2a9d8f"
background: "#f7fbfa"
light_background: "#f0f9f7"
lemon theme:
text: "#2d2926"
border: "#f7f3e3"
link: "#ffc94d"
highlight: "#ffb800"
background: "#fffdf5"
light_background: "#fff9e6"
pink theme:
text: "#2d2d2d"
border: "#f8e2e2"
link: "#ff8fa3"
highlight: "#ff4d6d"
background: "#fff8f8"
light_background: "#fff5f6"
#########################################################################################################
# Build settings for the site. Editing the below may cause the site to malfunction.
collections:
projects:
output: true
permalink: /projects/:path/
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: false
start_line: 1
indent: 0
plugins:
- jekyll-feed
include:
- _projects
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/