Update data.yml
Documentation within the data.yml indicating what information is required and what is optional.
This commit is contained in:
parent
d158db29bb
commit
37691543a0
@ -1,4 +1,6 @@
|
||||
/* #*/ export const PERSON = `
|
||||
# Any fields left unchanged, please delete so your resume is fully yours!
|
||||
|
||||
name:
|
||||
first: John
|
||||
middle:
|
||||
@ -12,6 +14,8 @@ birth:
|
||||
year: 1990
|
||||
location: New York
|
||||
|
||||
# you may add more experiences by duplicating the template
|
||||
|
||||
experience:
|
||||
- company: Company A
|
||||
position: Developer
|
||||
@ -39,7 +43,7 @@ education:
|
||||
timeperiod: March 2009 - December 2011
|
||||
description: Major in Engineering, University B, Los Angeles, USA.
|
||||
|
||||
# skill level goes 0 to 100
|
||||
# skill level goes from 0 to 100
|
||||
skills:
|
||||
- name: HTML5
|
||||
level: 99
|
||||
@ -67,6 +71,7 @@ projects:
|
||||
description: 👔 💼 Build fast 🚀 and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.
|
||||
url: https://github.com/salomonelli/best-resume-ever
|
||||
|
||||
# optional, not all resume templates have hobbies included
|
||||
hobbies:
|
||||
- name: Video Games
|
||||
iconClass: fa fa-gamepad
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user