Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/vaibhavjhawar/typst-cv-template1

A Typst Resume/CV template, inspired by Alessandro Plasmati's Graduate CV LaTex template
https://github.com/vaibhavjhawar/typst-cv-template1

cv cv-template latex resume resume-builder resume-template typst typst-cv typst-template

Last synced: 26 days ago
JSON representation

A Typst Resume/CV template, inspired by Alessandro Plasmati's Graduate CV LaTex template

Lists

README

        

# Typst Resume/CV Template

A Typst Resume/CV template
Inspired by Alessandro Plasmati's Graduate CV LaTex template

## Requires

Compilation of this project requires the following:

- [Typst CLI](https://github.com/typst/typst)
- [Fontin Fonts](https://www.exljbris.com/fontin.html)

## Preview

See [cv1.pdf](https://github.com/vaibhavjhawar/typst-cv-template1/blob/main/cv1.pdf) for redendered PDF output

![typsy-cv-template1](cv1.png)

## Usage

1. Clone the repo

```
git clone https://github.com/vaibhavjhawar/typst-cv-template1.git
```

2. Edit the [cv1.typ](https://github.com/vaibhavjhawar/typst-cv-template1/blob/main/cv1.typ) file

3. Check dependencies and compile it with Typst

```
typst compile cv1.typ
```

It can also be compiled using as Typst project on [Typst app](https://typst.app/)

## License

[MIT](https://github.com/vaibhavjhawar/typst-cv-template1/blob/main/LICENSE)