feat: initial typst template for resume
This commit is contained in:
65
resume/profile_it/metadata.toml
Normal file
65
resume/profile_it/metadata.toml
Normal file
@ -0,0 +1,65 @@
|
||||
#:schema https://raw.githubusercontent.com/yunanwg/brilliant-CV/main/metadata.toml.schema.json
|
||||
|
||||
# Profile: Italian. See profile_en/metadata.toml for inline documentation
|
||||
# of every field.
|
||||
header_quote = "Senior data analyst attualmente disponibile per una posizione di lavoro full-time"
|
||||
cv_footer = "Curriculum vitae"
|
||||
letter_footer = "Lettera di presentazione"
|
||||
|
||||
[layout]
|
||||
awesome_color = "skyblue"
|
||||
before_section_skip = "1pt"
|
||||
before_entry_skip = "1pt"
|
||||
before_entry_description_skip = "1pt"
|
||||
paper_size = "a4"
|
||||
date_width = "3.9cm"
|
||||
|
||||
[layout.fonts]
|
||||
regular_fonts = ["Source Sans 3"]
|
||||
header_font = "Roboto"
|
||||
|
||||
[layout.header]
|
||||
header_align = "left"
|
||||
display_profile_photo = true
|
||||
profile_photo_radius = "50%"
|
||||
info_font_size = "10pt"
|
||||
|
||||
[layout.entry]
|
||||
display_entry_society_first = true
|
||||
display_logo = true
|
||||
|
||||
[layout.section]
|
||||
title_highlight = "first-letters"
|
||||
title_highlight_letters = 3
|
||||
|
||||
[layout.footer]
|
||||
display_page_counter = false
|
||||
display_footer = true
|
||||
|
||||
|
||||
[inject]
|
||||
injected_keywords_list = ["Analista di Dati", "GCP", "Python", "SQL", "Tableau"]
|
||||
|
||||
[personal]
|
||||
first_name = "John"
|
||||
last_name = "Doe"
|
||||
|
||||
[personal.info]
|
||||
github = "yunanwg"
|
||||
phone = "+39 02 12345678"
|
||||
email = "john.doe@me.org"
|
||||
linkedin = "johndoe"
|
||||
gitlab = "yunanwg"
|
||||
homepage = "johndoe.dev"
|
||||
orcid = "0000-0000-0000-0000"
|
||||
location = "Milano, Italia"
|
||||
|
||||
[personal.info.custom-degree]
|
||||
awesomeIcon = "graduation-cap"
|
||||
text = "Dottorato in Scienze dei Dati"
|
||||
link = "https://www.example.com"
|
||||
|
||||
[personal.info.custom-cert]
|
||||
awesomeIcon = "certificate"
|
||||
text = "AWS Certified"
|
||||
link = "https://aws.amazon.com/certification/"
|
||||
Reference in New Issue
Block a user