From 7e165ace9cd7c7cfce4c5ca5ac47c4a8bb60fb91 Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Thu, 23 Jul 2026 15:23:00 -0500 Subject: [PATCH] Clean up resume metadata --- resume_content/metadata.toml | 55 ++---------------------------------- 1 file changed, 3 insertions(+), 52 deletions(-) diff --git a/resume_content/metadata.toml b/resume_content/metadata.toml index 130260c..9d54da8 100644 --- a/resume_content/metadata.toml +++ b/resume_content/metadata.toml @@ -1,23 +1,10 @@ #:schema https://raw.githubusercontent.com/yunanwg/brilliant-CV/main/metadata.toml.schema.json -# Profile: English. Each profile_/metadata.toml is a complete, self- -# contained CV configuration. Switch profiles at compile time: -# typst compile cv.typ --input profile=fr -# To add a new profile, copy this directory to profile_/ and edit -# the fields that differ. - # Italic tagline displayed below your name and contact info header_quote = "Software Engineer specializing in Rust seeking full-time Senior role" -# Text shown in the left side of the footer on CV pages -# cv_footer = "Curriculum vitae" - -# Text shown in the left side of the footer on cover letter pages -# letter_footer = "Cover letter" - [layout] # Accent color used for section titles, icons, and highlights in the rendered PDF - # Preset: skyblue, red, nephritis, concrete, darknight — or any hex like "#1E90FF" awesome_color = "#700070" # Controls vertical spacing; increase to spread out sections/entries, decrease to compact @@ -30,29 +17,19 @@ header_quote = "Software Engineer specializing in Rust seeking full-time Senior # 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. Tune per locale (zh - # benefits from ~4.7cm, fr from ~3.4cm, it from ~3.9cm). + # 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] - # Body and entry text. List multiple fonts to mix scripts — typst's - # codepoint-level fallback picks per character (e.g. add "Heiti SC" - # after "Source Sans 3" for a Latin+CJK profile). regular_fonts = ["Source Sans 3"] - # Font used for the name and section headings in the header header_font = "Roboto" [layout.header] - # Aligns the entire header block (name, info, quote). Possible values: left, center, right header_align = "left" - - # false hides the photo and gives full width to name/info display_profile_photo = false - # "50%" = circle, "0%" = square, "10%" = rounded corners - # profile_photo_radius = "50%" # Font size for the contact-info line (email, phone, links) in the header info_font_size = "10pt" @@ -60,9 +37,7 @@ header_quote = "Software Engineer specializing in Rust seeking full-time Senior # 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 - - # false hides all company/organisation logos in entries - display_logo = true + display_logo = false [layout.section] # How the section title is highlighted: @@ -71,10 +46,6 @@ header_quote = "Software Engineer specializing in Rust seeking full-time Senior # "none" - the whole title in black, no accent title_highlight = "full" - # Number of leading characters to render in accent color when - # title_highlight = "first-letters". Ignored for the other modes. - # title_highlight_letters = 3 - [layout.footer] # true shows "1/2" style page numbers in the footer display_page_counter = false @@ -86,21 +57,11 @@ header_quote = "Software Engineer specializing in Rust seeking full-time Senior [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 - - # Hidden keywords injected into PDF metadata for ATS keyword matching (invisible to readers) injected_keywords_list = ["Software Engineer", "Rust", "PostgreSQL", "AWS"] [personal] - # Your first name, displayed in the header first_name = "Alex" - # Your last name, displayed in the header last_name = "van de Sandt" - # (Optional) display_name overrides the Latin "first (light) + last (bold)" - # split with a single styled string. Use this for CJK profiles or any - # profile where the split treatment feels wrong: - # display_name = "王道尔" - # Your mailing address, used as default sender-address in the cover letter - # address = "123 Main St, San Francisco, CA 94102" # 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, @@ -109,11 +70,9 @@ header_quote = "Software Engineer specializing in Rust seeking full-time Senior github = "igneousflock" email = "me@alexvds.com" linkedin = "alexvds" - # Shown as clickable globe icon in header; auto-links to https:// homepage = "alexvds.com" - # Shown as map-marker icon in header; displayed as plain text (no link) location = "Chicago, IL" - # extraInfo = "Available for remote work" # Shown as extra text with an info icon in header + # Insert a line break in the header info, splitting icons across two lines # linebreak = "" @@ -122,11 +81,3 @@ header_quote = "Software Engineer specializing in Rust seeking full-time Senior awesomeIcon = "code" text = "igneousflock.dev" link = "https://tangled.org/igneousflock.dev" - - # Custom info with image icon - # To use a custom image icon, pass it via custom-icons in cv.typ: - # custom-icons: ("custom-cert": image("assets/my-icon.png")) - # [personal.info.custom-cert] - # awesomeIcon = "certificate" - # text = "AWS Certified" - # link = "https://aws.amazon.com/certification/" -- 2.51.2