https://github.com/its-alex/resume
Personal resume builded with typst
https://github.com/its-alex/resume
Last synced: 3 months ago
JSON representation
Personal resume builded with typst
- Host: GitHub
- URL: https://github.com/its-alex/resume
- Owner: Its-Alex
- License: mit
- Created: 2023-12-06T21:10:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-08-07T11:53:52.000Z (11 months ago)
- Last Synced: 2025-10-26T16:35:39.828Z (8 months ago)
- Language: Typst
- Size: 2.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resume
Repository to create and build a PDF of my resume.
You can see the current version in [`lastest release`](https://github.com/Its-Alex/resume/releases/tag/latest).
## Requirements
- [`mise`](https://mise.jdx.dev/)
- [`direnv`](https://direnv.net/)
```sh
$ mise plugins install typst https://github.com/stephane-klein/asdf-typst
$ mise install
$ direnv allow
```
## Getting started
To compile resumes, you can use:
```bash
$ ./scripts/compile.sh
```
You can watch them too, one by one, for example for the french one:
```bash
$ ./scripts/watch.sh fr
```
All datas are based from a `yaml` file, for example for the resume in french
[datas/fr.yaml](/datas/fr.yaml).
For now only `french` resume is available.
## License
[MIT](/LICENSE)