Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UntimelyCreation/typst-neat-cv
A set of templates to produce modern, minimal and elegant CVs and cover letters using Typst.
https://github.com/UntimelyCreation/typst-neat-cv
cv resume typst typst-template
Last synced: 6 days ago
JSON representation
A set of templates to produce modern, minimal and elegant CVs and cover letters using Typst.
- Host: GitHub
- URL: https://github.com/UntimelyCreation/typst-neat-cv
- Owner: UntimelyCreation
- License: mit
- Created: 2023-11-04T21:55:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T08:32:53.000Z (10 months ago)
- Last Synced: 2024-05-21T12:52:34.924Z (6 months ago)
- Topics: cv, resume, typst, typst-template
- Language: Typst
- Homepage:
- Size: 3.41 MB
- Stars: 26
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-typst - typst-neat-cv - A Typst template for modern, minimal and elegant CVs, inspired by mintyfrankie's `Brilliant CV` (Templates & Libraries / CV)
- latex-templates - UntimelyCreation/<br>typst-neat-cv - neat-cv?style=flat-square)<br/>![2](https://img.shields.io/github/forks/UntimelyCreation/typst-neat-cv?style=flat-square)<br/>![2024-01-03](https://img.shields.io/github/last-commit/UntimelyCreation/typst-neat-cv?style=flat-square) | A set of templates to produce modern, minimal and elegant CVs and cover letters using Typst. | (Popular & New Non-LaTeX Templates / Others)
README
# Neat CV
**Neat CV** is a set of templates to produce modern, minimal and elegant CVs and cover letters using [Typst](https://github.com/typst/).
This project is an adaptation of the very nice [Brilliant CV](https://github.com/mintyfrankie/brilliant-CV) project, with inspiration from the LaTeX template [Alta CV](https://fr.overleaf.com/latex/templates/altacv-template/trgqjpwnmtgv) or [its Typst equivalent](https://github.com/GeorgeHoneywood/alta-typst).
Document examples can be found in the `output` directory.
## Features
The set of available features is about the same as [Brilliant CV](https://github.com/mintyfrankie/brilliant-CV)'s.
- **Style and content separation**: The documents' contents is defined in the `src/modules` directory, and can be changed independently of the styling.
- **Multilingual support**: Define different versions of your documents in your `src/modules` directory, and configure the targeted language at compilation in `src/metadata.typ`.Some additional features included but not shown in the example documents are **company and organization logos**, as well as **choosing whether to display the title or the organization's name first in a CV entry**.
## Getting started
### Installation
Everything needed to use the templates is contained in the `src` directory.
You may clone this repository and modify the files directly, or you can copy the `src` directory into an existing Typst project. Any part of the templates can then be modified according to your needs and desires.
## Usage
### Compile documents
Use the following `typst` commands to produce the documents from the templates.
```bash
typst compile src/cv.typ path/to/cv.pdf --font-path src/fonts/
typst compile src/letter.typ path/to/letter.pdf --font-path src/fonts/
```## License
Distributed under the MIT License.