Typst 현대 이력서
강조 색상과 간결한 항목으로 Typst로 작성된 현대적인 단일 페이지 CV입니다.

main.typ
#set page(paper: "us-letter", margin: 0.7in)
#set text(size: 10.5pt)
#let accent = rgb("#2B7A4B")
#let sect(title) = [
#v(8pt)
#text(fill: accent, weight: "bold", size: 13pt)[#title]
#line(length: 100%, stroke: 0.6pt + accent)
]
#text(size: 22pt, weight: "bold")[Your Name]
#h(1fr)
#text(size: 9pt)[you\@example.com | github.com/you | City, Country]
#sect[Experience]
*Senior Engineer, Example Corp* #h(1fr) 2023 - present
- Led the storage migration; cut p99 latency by 75 percent.
- Shipped the feature used by 2M monthly users.
*Engineer, Startup Inc* #h(1fr) 2020 - 2023
- Built the event pipeline handling 10M events per day.
#sect[Education]
*B.S. Computer Science, Example University* #h(1fr) 2016 - 2020
#sect[Skills]
Rust, TypeScript, Python, Postgres, Kubernetes
앱에서: 새 프로젝트 갤러리를 열고 "템플릿 더 받기"에서 이력서 및 CV 확장 팩을(를) 설치하면 실시간 미리보기와 원클릭 생성이 됩니다. 컴파일은 번들 엔진으로 로컬 실행됩니다.