move intro into config file

This commit is contained in:
Joel Glovier
2017-03-29 10:21:35 -04:00
parent 137e11ae85
commit ca55496266
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -15,6 +15,7 @@ resume_title: "Nuclear Safety Inspector"
resume_contact_email: resume_contact_email:
"homerjsimpson@youremailaddress.com" "homerjsimpson@youremailaddress.com"
resume_header_contact_info: "742 Evergreen Terrace, Springfield | 555-7334 | homerjsimpson@youremailaddress.com" resume_header_contact_info: "742 Evergreen Terrace, Springfield | 555-7334 | homerjsimpson@youremailaddress.com"
resume_header_intro: "<p>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.</p>"
# use "yes" to display the email contact button, # use "yes" to display the email contact button,
# "no" to display an "I'm not looking for work" message, # "no" to display an "I'm not looking for work" message,
+6 -6
View File
@@ -32,7 +32,7 @@
</div> </div>
<div class="executive-summary no-print" itemprop="description"> <div class="executive-summary no-print" itemprop="description">
<p>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.</p> {{ site.resume_header_intro }}
</div> </div>
{% if site.resume_looking_for_work == 'yes' %} {% if site.resume_looking_for_work == 'yes' %}
@@ -59,12 +59,12 @@
<p class="resume-item-copy" style="clear: both;">{{ job.summary }}</p> <p class="resume-item-copy" style="clear: both;">{{ job.summary }}</p>
</div><!-- end of resume-item --> </div><!-- end of resume-item -->
{% endfor %} {% endfor %}
</section> </section>
<!-- end Experience --> <!-- end Experience -->
{% endif %} {% endif %}
{% if site.resume_section_education %} {% if site.resume_section_education %}
<!-- begin Education --> <!-- begin Education -->
<section class="content-section"> <section class="content-section">
@@ -99,7 +99,7 @@
<p class="resume-item-copy" style="clear: both;">{{ project.description }}</p> <p class="resume-item-copy" style="clear: both;">{{ project.description }}</p>
</div> </div>
{% endfor %} {% endfor %}
</section> </section>
<!-- end Projects --> <!-- end Projects -->
{% endif %} {% endif %}
@@ -117,7 +117,7 @@
<p class="resume-item-copy">{{ skill.description }}</p> <p class="resume-item-copy">{{ skill.description }}</p>
</div> </div>
{% endfor %} {% endfor %}
</section> </section>
<!-- end Skills --> <!-- end Skills -->
{% endif %} {% endif %}
@@ -129,7 +129,7 @@
<header class="section-header"> <header class="section-header">
<h2>Recognition</h2> <h2>Recognition</h2>
</header> </header>
{% for recognition in site.data.recognitions %} {% for recognition in site.data.recognitions %}
<div class="resume-item"> <div class="resume-item">
<h3 class="resume-item-title" itemprop="award">{{ recognition.award }}</h3> <h3 class="resume-item-title" itemprop="award">{{ recognition.award }}</h3>