89 lines
3.2 KiB
TOML
89 lines
3.2 KiB
TOML
#:schema https://raw.githubusercontent.com/yunanwg/brilliant-CV/main/metadata.toml.schema.json
|
|
|
|
# Set the output language
|
|
# INFO: value must matches folder suffix; i.e "zh" -> "./modules_zh"
|
|
language = "en"
|
|
|
|
[layout]
|
|
# Optional values: skyblue, red, nephritis, concrete, darknight
|
|
# You can also use a custom color by hex code i.e. "#1E90FF"
|
|
awesome_color = "#008000"
|
|
|
|
# Skips are for controlling the spacing between sections and entries
|
|
before_section_skip = "0pt"
|
|
before_entry_skip = "0pt"
|
|
before_entry_description_skip = "0pt"
|
|
|
|
# Optional: sets paper size and margins. Possible values: a4 (default), us-letter
|
|
paper_size = "a4"
|
|
|
|
# Optional: sets the width of the right column of a cvEntry. If not set, values known to work well are used
|
|
date_width = "3.6cm"
|
|
|
|
[layout.fonts]
|
|
regular_fonts = ["Roboto", "Source Sans 3"]
|
|
header_font = "Iosevka"
|
|
|
|
[layout.header]
|
|
# Optional values: left, center, right
|
|
header_align = "left"
|
|
|
|
# Decide if you want to display profile photo or not
|
|
display_profile_photo = false
|
|
info_font_size = "8pt"
|
|
|
|
[layout.entry]
|
|
# Decide if you want to put your company in bold or your position in bold
|
|
display_entry_society_first = false
|
|
|
|
# Decide if you want to display organisation logo or not
|
|
display_logo = true
|
|
|
|
[inject]
|
|
# Decide if you want to inject AI prompt or not
|
|
inject_ai_prompt = false
|
|
|
|
# Decide if you want to inject keywords or not
|
|
inject_keywords = false
|
|
injected_keywords_list = ["Rust", "C++", "Senior", "Algorithm", "Control", "Computer Vision", "Machine Learning", "AI", "Artificial Intelligence", "Deep Learning", "LLM", "DL"]
|
|
|
|
[personal]
|
|
first_name = "Paul"
|
|
last_name = "Lesur"
|
|
|
|
# The order of this section will affect how the entries are displayed
|
|
# The custom value is for any additional information you want to add, name it as custom-1, custom-2, etc.
|
|
[personal.info]
|
|
github = "lesurp"
|
|
phone = "+33 6 33 80 57 13"
|
|
email = "cv@lesurpaul.fr"
|
|
# linkedin = "l"
|
|
# gitlab = "yunanwg"
|
|
homepage = "lesurpaul.fr"
|
|
# orcid = "0000-0000-0000-0000"
|
|
# researchgate = "Paul-Lesur"
|
|
# extraInfo = "I am a cool kid"
|
|
[personal.info.custom-1]
|
|
# image = "" # Example: image("./path/to/image.png")
|
|
awesomeIcon = "graduation-cap" # Example: "graduation-cap" see https://typst.app/universe/package/fontawesome/
|
|
text = "Dipl. Ingenieur"
|
|
link = ""
|
|
|
|
# add a new section if you want to include the language of your choice
|
|
# i.e. [[lang.ru]]
|
|
# each section must contains the following fields
|
|
[lang.en]
|
|
# header_quote = "Software Developper focused on Algorithm Development."
|
|
cv_footer = "Curriculum vitae"
|
|
letter_footer = "Cover letter"
|
|
|
|
[lang.fr]
|
|
header_quote = "Analyste de données expérimenté à la recherche d'un emploi à temps plein disponible dès maintenant"
|
|
cv_footer = "Résumé"
|
|
letter_footer = "Lettre de motivation"
|
|
|
|
# For languages that are not written in Latin script
|
|
# Currently supported non-latin language codes: ("zh", "ja", "ko", "ru")
|
|
[lang.non_latin]
|
|
name = "王道尔"
|
|
font = "Heiti SC"
|