diff --git a/_config.yml b/_config.yml index 6617d9d..af4fcaa 100644 --- a/_config.yml +++ b/_config.yml @@ -13,9 +13,24 @@ resume_name: "Homer J. Simpson" resume_title: "Nuclear Safety Inspector" resume_contact_email: "homerjsimpson@youremailaddress.com" +# use "yes" to display the email contact button, +# "no" to display an "I'm not looking for work" message, +# or remove the resume_looking_for_work option entirely +# to leave blank +resume_looking_for_work: "yes" # Resume social links - +# delete any of these you don't intend to use +resume_options: + resume_pdf_URL: "insert URL here" + resume_github_url: "https://github.com/jglovier/resume-template" + resume_twitter_url: "http://twitter.com/jglovier" + resume_print_url: "insert print URL here" + resume_dribbble_url: "insert Dribbble URL here" + resume_linkedin_url: "insert LinkedIn URL here" + resume_facebook_url: "insert Facebook URL here" + resume_website_url: "insert your website URL here" + resume_instagram_url: "insert your Instagram URL here" # Design settings resume_theme: default diff --git a/_layouts/resume.html b/_layouts/resume.html index 6d58922..44c1324 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -31,13 +31,18 @@
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.
- + {% if site.resume_looking_for_work == 'yes' %} + Contact me + {% elsif site.resume_looking_for_work == 'no' %} + I'm not looking for work right now. + {% else %} + {% endif %} -