char/cv
git clone https://git.t4t.associates/char/cv
4ae4789
main
curriculum-vitae
Charlotte's CV (in Typst)
Building
- Install Typst (you can
cargo install --git ...) typst compile cv.typ
Writing your own CV
You can use layout.typ to get the same CV header layout that I have.
You may want to change the accent color.
The column layout is made in-document with a grid container per page,
so you can look at cv.typ for examples.
(using #set page(columns: 2) doesn't let you have unequal column widths)
Icon SVGs are downloaded from Font Awesome 6 and
cleaned up. Some paths have a fill attribute manually added with the accent color.
1# curriculum-vitae 2 3Charlotte's CV (in Typst) 4 5## Building 6 7- Install [Typst](https://typst.app/docs/) (you can `cargo install --git ...`) 8- `typst compile cv.typ` 9 10## Writing your own CV 11 12You can use `layout.typ` to get the same CV header layout that I have. 13You may want to change the accent color. 14 15The column layout is made in-document with a `grid` container per page, 16so you can look at `cv.typ` for examples. 17(using `#set page(columns: 2)` doesn't let you have unequal column widths) 18 19Icon SVGs are downloaded from [Font Awesome 6](https://fontawesome.com/) and 20cleaned up. Some paths have a `fill` attribute manually added with the accent color.