From 37691543a0b022df247a229a4034ee38898499d2 Mon Sep 17 00:00:00 2001 From: margaretRW Date: Wed, 9 Jun 2021 12:17:14 -0700 Subject: [PATCH] Update data.yml Documentation within the data.yml indicating what information is required and what is optional. --- resume/data.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resume/data.yml b/resume/data.yml index dd1c369..0dc36cc 100755 --- a/resume/data.yml +++ b/resume/data.yml @@ -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