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: 6 days ago
JSON representation
A Typst Resume/CV template, inspired by Alessandro Plasmati's Graduate CV LaTex template
- Host: GitHub
- URL: https://github.com/vaibhavjhawar/typst-cv-template1
- Owner: vaibhavjhawar
- License: mit
- Created: 2023-08-25T06:09:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-19T13:52:42.000Z (8 months ago)
- Last Synced: 2024-08-02T06:16:12.379Z (3 months ago)
- Topics: cv, cv-template, latex, resume, resume-builder, resume-template, typst, typst-cv, typst-template
- Language: Typst
- Homepage:
- Size: 254 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-typst - typst-cv-template1 - A CV template inspired by Alessandro Plasmati's Graduate CV LaTex template (Templates & Libraries / CV)
- latex-templates - vaibhavjhawar/<br>typst-cv-template1 - cv-template1?style=flat-square)<br/>![1](https://img.shields.io/github/forks/vaibhavjhawar/typst-cv-template1?style=flat-square)<br/>![2024-03-19](https://img.shields.io/github/last-commit/vaibhavjhawar/typst-cv-template1?style=flat-square) | A Typst Resume/CV template, inspired by Alessandro Plasmati's Graduate CV LaTex template | (Popular & New Non-LaTeX Templates / Others)
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)