forked from robert/robertjohnson.work
1cee9a16d5
added config option to remove about section in sidebar added config option to not show education in main (as it is shown in the sidebar anyway) increased with of sidebar for longer names reduced padding for footer
21 lines
340 B
HTML
21 lines
340 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
|
|
{% include career-profile.html %}
|
|
|
|
{% if site.education_in_main %}
|
|
{% include education-section.html %}
|
|
{% endif %}
|
|
|
|
{% include experience.html %}
|
|
|
|
{% include projects.html %}
|
|
|
|
{% include publications.html %}
|
|
|
|
{% include skills.html %}
|
|
|
|
|