-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprofile.example.yaml
More file actions
60 lines (55 loc) · 2.02 KB
/
Copy pathprofile.example.yaml
File metadata and controls
60 lines (55 loc) · 2.02 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
name: "Your Name"
title: ""
email: ""
phone: ""
location: ""
website: ""
linkedin: ""
github: ""
target_role: ""
summary: |
Write 2-3 sentences about yourself. Leave empty to let the enricher draft one from your activity.
# Preferred locale for `vibe-resume render` when --locale is not passed.
# Overrides config.yaml:render.locale. Leave empty to fall back to config default.
# preferred_locale: "zh_TW"
# --- locale-conditional personal data ---------------------------------------
# Only emitted when the active locale's `personal_fields` includes them.
# Leaving any of these blank is always safe — US/UK templates ignore them by design.
photo_path: "" # path to JPEG/PNG headshot — required for ja_JP, expected for de_DE/ko_KR
dob: "" # YYYY-MM-DD — used by de_DE / ja_JP / ko_KR; never rendered for en_US/en_GB
gender: "" # free-form — only rendered in ja_JP/ko_KR rirekisho-style layouts
nationality: "" # rendered on de_DE Lebenslauf when set
marital_status: "" # legacy field; only rendered when locale + value both present
mil_service: "" # 兵役狀態 — relevant for TW/KR male candidates only
# --- locale-overridden text fields ------------------------------------------
# Add a `<field>_<locale>` key to override the canonical English value.
# Example for a Taipei-based candidate also applying in Tokyo:
# summary_zh_TW: "繁體中文版自我介紹..."
# summary_ja_JP: "日本語の自己紹介..."
# experience[0].title_ja_JP: "シニアフルスタックエンジニア"
# experience[0].bullets_zh_TW: ["繁中 bullet 1", ...]
languages:
- ""
education:
- degree: ""
school: ""
year: ""
experience:
- title: ""
company: ""
start: ""
end: ""
bullets: []
certifications: []
custom_sections:
awards: []
talks: []
hobbies: []
# Attach hard numbers to specific projects. Key matches any substring of the
# project's display name.
# Example:
# project_metrics:
# my-project:
# - "MAU 5,000+"
# - "40% faster iteration"
project_metrics: {}