scottjohnson.pro/index.html
Stefan Forstenlechner 1cee9a16d5 added publications and education in main; more config
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
2018-02-07 17:14:17 +00:00

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 %}