rasumiDocs

Basics

The basics field holds who you are and how to reach you. It sits at the top of every template as your resume header.

#Fields

FieldTypeDescription
namerequiredstringYour full name. Renders as the resume's main heading.
headlineoptionalstringA one-line title under your name, e.g. "Software Engineer".
emailoptionalstringContact email. Shown in the header contact line.
phoneoptionalstringPhone number. Quote it in YAML if it starts with + or contains spaces.
locationoptionalstringCity and region, e.g. "San Francisco, CA".
linksoptionalLink[]A list of labelled URLs, GitHub, LinkedIn, a portfolio, and so on.

Each link has two fields:

FieldTypeDescription
labelrequiredstringWhat to call the link, e.g. "GitHub" or "Portfolio".
urlrequiredstringThe address. It's shown as text, so display it however reads best.

#Example

basics
basics:  name: John Doe  headline: Software Engineer  email: john.doe@example.com  phone: "+1 (555) 010-2288"  location: San Francisco, CA  links:    - label: GitHub      url: github.com/username    - label: Portfolio      url: username.dev