From 20e7f7d17de66264980bbad7c309ac2ffb72ee46 Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Tue, 15 May 2018 13:55:59 -0400 Subject: [PATCH] simpler way to display contact info in header --- _config.yml | 9 ++++++++- _layouts/resume.html | 6 ++++-- _sass/_resume.scss | 3 ++- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 077717a11f..a3b7cfad36 100644 --- a/_config.yml +++ b/_config.yml @@ -12,10 +12,17 @@ sass: resume_avatar: "true" resume_name: "Lisa M. Simpson" resume_title: "VP of Global Communications" + +# used for the contact button in _layouts/resume.html resume_contact_email: "lisasimpson@youremailaddress.com" + +# the next two items are used for schema itemprops in _layouts/resume.html resume_contact_telephone: "555-7334" resume_contact_address: "742 Evergreen Terrace, Springfield" -resume_header_contact_info: "742 Evergreen Terrace, Springfield | 555-7334 | lisasimpson@youremailaddress.com" + +resume_header_contact_info: "742 Evergreen Terrace, Springfield • 555-7334 • lisasimpson@youremailaddress.com" +display_header_contact_info: "false" + 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 keep it brief and concise

" # use "yes" to display the email contact button, diff --git a/_layouts/resume.html b/_layouts/resume.html index f70373cf69..10338c46a2 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -19,10 +19,12 @@

{{ site.resume_name }}

- -