-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume_template.yaml
More file actions
76 lines (64 loc) · 1.45 KB
/
resume_template.yaml
File metadata and controls
76 lines (64 loc) · 1.45 KB
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
meta:
name: <string>
tagline: <string>
links: # Github, Portfolio, LinkedIn, Email, X, etc
<key>:
display_name: <string>
url: <string>
phone: <string>
last_updated: <string>
experience:
- company: <string>
role: <string>
start: <datetime> # RFC3339 (e.g. 2024-01-02T15:04:05Z)
end: <datetime> # optional
# inlined BulletPoints
bullets:
- <string>
- <string>
bullets_short: # optional
- <string>
technical:
languages:
- <string>
tools:
- <string>
frameworks:
- <string>
databases:
- <string>
projects:
- id: <string>
title: <string>
link: <string> # optional
blurb: <string> # optional
tech:
- <string>
# inlined BulletPoints
bullets:
- <string>
bullets_short: # optional
- <string>
category: <string> # "featured" | "from-scratch" | ""
education:
- name: <string>
degree: <string>
location: <string>
start: <datetime> # optional
end: <datetime> # optional
responsibilities:
- title: <string>
role: <string>
start: <datetime> # optional
end: <datetime> # optional
# inlined BulletPoints
bullets:
- <string>
bullets_short: # optional
- <string>
achievements:
- <string>
certifications:
- <string>
extra: # optional
<key>: <any>