From 23d4670e3c25e65c5c51edc57d3818d2c157923a Mon Sep 17 00:00:00 2001 From: Kirill Pastuhov Date: Tue, 3 Nov 2015 13:09:20 +0500 Subject: [PATCH 1/3] Update _config.yml Add resume_section_experience: true --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 95b2275..30f3d0f 100644 --- a/_config.yml +++ b/_config.yml @@ -24,6 +24,7 @@ resume_looking_for_work: "yes" # Decide which sections to use # comment out to hide (Experience is not shown # because it is the only required section) +resume_section_experience: true resume_section_education: true resume_section_projects: true resume_section_skills: true From 9a357b290860ef0cb823526ded85f81f518adb76 Mon Sep 17 00:00:00 2001 From: Kirill Pastuhov Date: Tue, 3 Nov 2015 13:10:19 +0500 Subject: [PATCH 2/3] Update resume.html Add "if site.resume_section_experience" --- _layouts/resume.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_layouts/resume.html b/_layouts/resume.html index 3651d98..5ab46bb 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -39,6 +39,7 @@ + {% if site.resume_section_experience %}
@@ -78,6 +79,7 @@
+ {% endif %} {% if site.resume_section_education %} From 0e82c13fde3044824b00e1667db2ea0f356a471e Mon Sep 17 00:00:00 2001 From: Kirill Pastuhov Date: Tue, 3 Nov 2015 13:12:56 +0500 Subject: [PATCH 3/3] Update _config.yml Change comment --- _config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 30f3d0f..3560162 100644 --- a/_config.yml +++ b/_config.yml @@ -22,8 +22,7 @@ resume_contact_email: resume_looking_for_work: "yes" # Decide which sections to use -# comment out to hide (Experience is not shown -# because it is the only required section) +# comment out to hide resume_section_experience: true resume_section_education: true resume_section_projects: true