forked from robert/robertjohnson.work
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
This commit is contained in:
@ -5,10 +5,16 @@ 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 %}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user