rasumiDocs

Sections & entries

The sections field is an ordered list. Each section has a type, a title, and a list of entries, the roles, degrees, projects, or skill groups it contains.

#The section object

FieldTypeDescription
typeoptionalSectionTypeOne of the five section types below. Defaults to custom.
titleoptionalstringThe heading shown above the section, e.g. "Experience".
entriesoptionalEntry[]The items in this section, rendered in order.

#Section types

There are five:

FieldTypeDescription
experienceoptionalSectionTypeJobs and roles. Title = role, subtitle = company.
educationoptionalSectionTypeDegrees and schools. Title = degree, subtitle = school.
skillsoptionalSectionTypeSkill groups. Title = category, description or bullets = the skills.
projectsoptionalSectionTypeProjects and side work.
customoptionalSectionTypeAnything else, awards, publications, a summary. The default.

#The entry object

Every entry, in every section type, uses the same fields:

FieldTypeDescription
titlerequiredstringThe primary line, a role, a degree, a project, a skill category.
subtitleoptionalstringA secondary line, usually a company or school.
startDateoptionalstringWhen it started. Free text, e.g. "2021" or "Jan 2021".
endDateoptionalstringWhen it ended, or "Present".
descriptionoptionalstringA short paragraph under the entry.
bulletsoptionalstring[]A list of accomplishment bullets.

#Example

a section
- type: experience  title: Experience  entries:    - title: Senior Software Engineer      subtitle: Acme Cloud      startDate: 2021      endDate: Present      bullets:        - Led the migration to a typed API layer.        - Mentored three engineers to senior.    - title: Software Engineer      subtitle: Northwind      startDate: 2018      endDate: 2021      bullets:        - Shipped the billing rewrite.