50 lines
976 B
TOML
50 lines
976 B
TOML
description = "Pietro Arancibia - Sysadmin"
|
|
|
|
sidebarWidth = "narrow"
|
|
columnGap = "medium"
|
|
showEuropassBranding = false
|
|
defaultTheme = "dracula"
|
|
|
|
[formatting.typography]
|
|
useSystemFonts = false
|
|
headingFont = "Roboto Slab"
|
|
bodyFont = "Roboto"
|
|
|
|
[formatting.sizes]
|
|
heading = "1.5rem"
|
|
body = "1rem"
|
|
small = "0.875rem"
|
|
sidebarHeading = "1.25rem"
|
|
|
|
[formatting.spacing]
|
|
sectionMargin = "2.5rem"
|
|
itemMargin = "0.5rem"
|
|
|
|
[formatting.name]
|
|
firstName_size = "text-4xl"
|
|
firstName_color = "text-primary dark:text-primary-300"
|
|
firstName_font = "font-semibold"
|
|
lastName_size = "text-4xl"
|
|
lastName_color = "text-neutral-800 dark:text-neutral-200"
|
|
lastName_font = "font-bold"
|
|
|
|
[formatting.job]
|
|
title_size = "text-xl"
|
|
title_color = "text-secondary dark:text-secondary-300"
|
|
title_font = "font-medium"
|
|
|
|
[layout]
|
|
sidebar = [
|
|
"personal_details",
|
|
"online_profiles",
|
|
"language_skills",
|
|
"hobbies_interests",
|
|
]
|
|
main = [
|
|
"summary",
|
|
"work_experience",
|
|
"education",
|
|
"skills",
|
|
"projects",
|
|
]
|