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
| Field | Type | Description |
|---|---|---|
namerequired | string | Your full name. Renders as the resume's main heading. |
headlineoptional | string | A one-line title under your name, e.g. "Software Engineer". |
emailoptional | string | Contact email. Shown in the header contact line. |
phoneoptional | string | Phone number. Quote it in YAML if it starts with + or contains spaces. |
locationoptional | string | City and region, e.g. "San Francisco, CA". |
linksoptional | Link[] | A list of labelled URLs, GitHub, LinkedIn, a portfolio, and so on. |
#Links
Each link has two fields:
| Field | Type | Description |
|---|---|---|
labelrequired | string | What to call the link, e.g. "GitHub" or "Portfolio". |
urlrequired | string | The 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