charlotte's curriculum vitae (in Typst)
Go to file
Charlotte Som 740a5c930c no longer using som.codes for web 2024-01-30 22:43:05 +00:00
icons Initial commit. First page done 2023-07-03 22:35:25 +01:00
.editorconfig Initial commit. First page done 2023-07-03 22:35:25 +01:00
.gitignore Initial commit. First page done 2023-07-03 22:35:25 +01:00
README.md Improve the README a little bit 2023-07-04 16:59:49 +01:00
cv.typ no longer using som.codes for web 2024-01-30 22:43:05 +00:00
layout.typ Initial commit. First page done 2023-07-03 22:35:25 +01:00

README.md

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.