Sections
YAMLResume provides flexible options to customize the sections of the resume.
You can change the title of any section and reorder the sections to best fit
your professional profile. These customizations are handled within the
layout.sections configuration in your resume.yml file.
---
content:
# ...
layout:
sections:
aliases:
work: "Professional Experience"
education: "Academic Background"
skills: "Technical Skills"
order:
- work
- education
- awards
- volunteerLearn More
Edit on GitHub
Last updated on