#:schema https://raw.githubusercontent.com/yunanwg/brilliant-CV/main/metadata.toml.schema.json # Italic tagline displayed below your name and contact info header_quote = "Software Engineer specializing in Rust seeking full-time Senior role" [layout] # Accent color used for section titles, icons, and highlights in the rendered PDF awesome_color = "#700070" # Controls vertical spacing; increase to spread out sections/entries, decrease to compact before_section_skip = "1pt" # Vertical space before each entry within a section before_entry_skip = "1pt" # Vertical space before entry description text before_entry_description_skip = "1pt" # Page dimensions and margins applied to the PDF output. Possible values: a4 (default), us-letter paper_size = "us-letter" # Width of the right-side date column in entries date_width = "3.6cm" # Overrides base font size for body text; affects overall density of content #font_size = "9pt" [layout.fonts] regular_fonts = ["Source Sans 3"] header_font = "Roboto" [layout.header] header_align = "left" display_profile_photo = false # Font size for the contact-info line (email, phone, links) in the header info_font_size = "10pt" [layout.entry] # true = company name bold on top, role below; false = role bold on top # Must be true to use cv-entry-start / cv-entry-continued pattern display_entry_society_first = true display_logo = false [layout.section] # How the section title is highlighted: # "first-letters" (default) - first N letters in accent color, rest in black (Latin convention) # "full" - the whole title in accent color (CJK / non-Latin convention) # "none" - the whole title in black, no accent title_highlight = "full" [layout.footer] # true shows "1/2" style page numbers in the footer display_page_counter = false # false removes the footer entirely (no page text, no counter) display_footer = false [inject] # Hidden text injected into the PDF for ATS keyword matching (invisible to readers) # custom_ai_prompt_text = "Custom prompt text here..." # Uncomment to add a custom ATS prompt string injected_keywords_list = ["Software Engineer", "Rust", "PostgreSQL", "AWS"] [personal] first_name = "Alex" last_name = "van de Sandt" # The order of entries below controls the display order of icons/links in the header. # Custom entries use a `custom-` key (e.g. custom-degree, # custom-cert). Descriptive names keep `custom-icons:` mapping in cv.typ readable. [personal.info] github = "igneousflock" email = "me@alexvds.com" linkedin = "alexvds" homepage = "alexvds.com" location = "Chicago, IL" # Insert a line break in the header info, splitting icons across two lines # linebreak = "" # Custom info with awesome icon [personal.info.custom-tangled] awesomeIcon = "code" text = "igneousflock.dev" link = "https://tangled.org/igneousflock.dev"