Update data.yml

Documentation within the data.yml indicating what information is required and what is optional.
This commit is contained in:
margaretRW 2021-06-09 12:17:14 -07:00 committed by Daniel Meyer
parent d158db29bb
commit 37691543a0

View File

@ -1,4 +1,6 @@
/* #*/ export const PERSON = ` /* #*/ export const PERSON = `
# Any fields left unchanged, please delete so your resume is fully yours!
name: name:
first: John first: John
middle: middle:
@ -12,6 +14,8 @@ birth:
year: 1990 year: 1990
location: New York location: New York
# you may add more experiences by duplicating the template
experience: experience:
- company: Company A - company: Company A
position: Developer position: Developer
@ -39,7 +43,7 @@ education:
timeperiod: March 2009 - December 2011 timeperiod: March 2009 - December 2011
description: Major in Engineering, University B, Los Angeles, USA. description: Major in Engineering, University B, Los Angeles, USA.
# skill level goes 0 to 100 # skill level goes from 0 to 100
skills: skills:
- name: HTML5 - name: HTML5
level: 99 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. 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 url: https://github.com/salomonelli/best-resume-ever
# optional, not all resume templates have hobbies included
hobbies: hobbies:
- name: Video Games - name: Video Games
iconClass: fa fa-gamepad iconClass: fa fa-gamepad