From 65f38550503f32b2cac49dcac9da9b9ed11b88f4 Mon Sep 17 00:00:00 2001 From: Ciaran Lyons Date: Thu, 10 Aug 2017 14:51:17 -0400 Subject: [PATCH] Updated schema.org information MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit _config.yml: * Added telephone and address variables resume.html: * Removed invalid property ‘contact-info’ * Changed person to ‘alumniOf’ CollegeOrUniversity, instead of ‘worksFor’ * Changed itemtype of ‘CreativeWork’ to Projects * Added ‘creator’ property to Projects * Added itemtype of ‘Organization’ to Associations * Added ‘memberOf’ property to Associations --- _config.yml | 5 +++-- _layouts/resume.html | 15 +++++++++------ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/_config.yml b/_config.yml index f66723c..8522abe 100644 --- a/_config.yml +++ b/_config.yml @@ -12,8 +12,9 @@ sass: resume_avatar: "true" resume_name: "Homer J. Simpson" resume_title: "Nuclear Safety Inspector" -resume_contact_email: - "homerjsimpson@youremailaddress.com" +resume_contact_email: "homerjsimpson@youremailaddress.com" +resume_contact_telephone: "555-7334" +resume_contact_address: "742 Evergreen Terrace" resume_header_contact_info: "742 Evergreen Terrace, Springfield | 555-7334 | homerjsimpson@youremailaddress.com" resume_header_intro: "

This is the executive summary. You should write a few brief, concise, and meaningful sentences about yourself from a professional context, and your immediate career goals. Make the length appropriate for your needs, but K.I.S.S.

" diff --git a/_layouts/resume.html b/_layouts/resume.html index 3d5224f..29f2705 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -6,6 +6,8 @@
+ + {% for education in site.data.education %} -
+

{{ education.uni }}

{{ education.degree }} • {{ education.year }}

{{ education.awards }}
@@ -93,8 +95,9 @@ {% for project in site.data.projects %} -
-

{{ project.project }}

+
+ +

{% if project.url %}{% else %}{{ project.project }}{% endif %}

{{ project.role }} • {{ project.duration }}

{{ project.description }}

@@ -193,7 +196,7 @@
@@ -227,4 +230,4 @@ - + \ No newline at end of file