simonerlic / typst-resume

A simple Typst CV template, inspired by AltaCV by LianTze Lim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alta Typst

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.

Usage

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.

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.

Icons

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.

Licence

MIT

Icons are from Font Awesome, subject to their terms.

About

A simple Typst CV template, inspired by AltaCV by LianTze Lim.

License:MIT License


Languages

Language:Typst 100.0%