From ca55496266ff26070dc28a5a9cfdfcd18d699dfb Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Wed, 29 Mar 2017 10:21:35 -0400 Subject: [PATCH] move intro into config file --- _config.yml | 1 + _layouts/resume.html | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index 6097e1d..fbef056 100644 --- a/_config.yml +++ b/_config.yml @@ -15,6 +15,7 @@ resume_title: "Nuclear Safety Inspector" resume_contact_email: "homerjsimpson@youremailaddress.com" 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.

" # use "yes" to display the email contact button, # "no" to display an "I'm not looking for work" message, diff --git a/_layouts/resume.html b/_layouts/resume.html index 1386b52..c0db2be 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -32,7 +32,7 @@
-

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.

+ {{ site.resume_header_intro }}
{% if site.resume_looking_for_work == 'yes' %} @@ -59,12 +59,12 @@

{{ job.summary }}

{% endfor %} - + {% endif %} - + {% if site.resume_section_education %}
@@ -99,7 +99,7 @@

{{ project.description }}

{% endfor %} - +
{% endif %} @@ -117,7 +117,7 @@

{{ skill.description }}

{% endfor %} - + {% endif %} @@ -129,7 +129,7 @@

Recognition

- + {% for recognition in site.data.recognitions %}

{{ recognition.award }}