From 88a31b580072d82fce30b0f045317ba38cb60b1c Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Wed, 22 Jul 2015 13:57:06 -0400 Subject: [PATCH] spike out additional sections --- README.md | 1 - _config.yml | 10 ++++++ _layouts/resume.html | 84 +++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 90 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7506bb2..8ec8539 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ Right now resume-template only has one theme. More are coming :soon: though. :he - [ ] Add more theme styles - [ ] Add screencaps to Readme - [ ] Add a "fork me on GitHub" thing -- [ ] Optimize mobile typography - [ ] Finish docs - [ ] Cleanup unused CSS diff --git a/_config.yml b/_config.yml index 1c34b58..e0e815e 100644 --- a/_config.yml +++ b/_config.yml @@ -14,12 +14,22 @@ 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" +# Decide which sections to use; set to false or +# comment out to hide (Experience is not shown +# because it is the only required section) +resume_section_education: "true" +resume_section_projects: "true" +resume_section_skills: "true" +resume_section_recognition: "true" +resume_section_links: "true" + # Resume social links # uncomment the options you wish to display, and add your own URL resume_social_links: diff --git a/_layouts/resume.html b/_layouts/resume.html index 50523e1..ff8b5bc 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -40,7 +40,6 @@ -
@@ -78,11 +77,10 @@
- + {% if site.resume_section_education %} -
@@ -96,8 +94,86 @@
- + {% endif %} + + {% if site.resume_section_projects %} + +
+ +
+

Projects

+
+ +
+

donutfinder.io

+

Founder & Primary Developer • 2012 — Present

+

Donut Locator is an open source node/ember app that lets users find donuts within a defined radius from their home.

+
+ +
+

Springfield Donut Eater's User Group

+

Co-Founder & Organizer • 2007 — Present

+

DEUG is a local monthly meetup in Springfield where we share all the latest tips and tricks for dat donut lifestyle. I organize the group, and typically eat most of the donuts.

+
+ +
+ + {% endif %} + + {% if site.resume_section_skills %} + +
+ +
+

Skills

+
+ +
+

Springfield College

+

Associates Degree, Business Management • 1984 — 1986

+

If you had any meaningful roles at college, feel free to write about them here.

+
+ +
+ + {% endif %} + + {% if site.resume_section_recognition %} + +
+ +
+

Recognition

+
+ +
+

Springfield College

+

Associates Degree, Business Management • 1984 — 1986

+

If you had any meaningful roles at college, feel free to write about them here.

+
+ +
+ + {% endif %} + + {% if site.resume_section_links %} + +
+ +
+

Links

+
+ +
+

Springfield College

+

Associates Degree, Business Management • 1984 — 1986

+

If you had any meaningful roles at college, feel free to write about them here.

+
+ +
+ + {% endif %}