A simple Typst CV template, inspired by AltaCV by LianTze Lim. LaurenzV's simplecv was used as a Typst code reference. See example.pdf
for the rendered PDF output.
The layout is two columns, with one wrapping into the next when space runs out. If you'd like to force an early column or page break, you can use the #colbreak()
command.
On typst.app
Upload both the .typ
files and the icons/
folder to your Typst project, then see example.typ
. Uploading folders to the web app is unsupported, but you can select multiple files at once.
With Typst CLI
Fork and clone this repo, then run typst watch example.typ
.
Note that the template is intended for use with the IBM Plex Sans font, which isn't currently bundled with the Typst CLI — so the rendered output on your machine may differ slightly. You can run typst fonts
to see which fonts can be used instead.
Add extra icons by uploading more .svg
files to the icons/
folder. The existing icons are from Font Awesome. You can then reference their file names as the name
values in the links
array passed into the alta
function.
Icons are from Font Awesome, subject to their terms.