char/cv
curriculum vitae
git clone https://git.t4t.associates/char/cv
fbadae1
main
languages
- Typst 60.2%
- XML 30.7%
- Markdown 4.5%
- Nix 3.5%
- INI 1.0%
files
| icons/ | |
| .editorconfig | 148 B |
| .gitignore | 6 B |
| README.md | 654 B |
| cv.typ | 5.2 KiB |
| flake.lock | 569 B |
| flake.nix | 508 B |
| layout.typ | 3.3 KiB |
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.