-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.template.json
More file actions
37 lines (37 loc) · 920 Bytes
/
config.template.json
File metadata and controls
37 lines (37 loc) · 920 Bytes
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
{
"personal": {
"name": "Your Full Name",
"title": "Your Professional Title",
"location": "Your City, Country",
"email": "your.email@domain.com",
"linkedin": "linkedin.com/in/yourprofile",
"profileImage": "assets/images/profile.jpg",
"profileInitials": "YN"
},
"summary": "Your professional summary here. Describe your experience, expertise, and key achievements in 2-3 sentences.",
"experience": [
{
"title": "Your Job Title",
"company": "Company Name",
"duration": "Start Date - End Date"
}
],
"skills": [
{
"category": "Category Name",
"tags": ["Skill 1", "Skill 2", "Skill 3"]
}
],
"certifications": [
{
"name": "Certification Name",
"year": "Year"
}
],
"education": {
"degree": "Your Degree",
"field": "Field of Study",
"institution": "University Name",
"year": "Graduation Year"
}
}