feat: initial typst template for resume

This commit is contained in:
2026-05-24 21:46:44 +02:00
parent 32d6ff6ba3
commit 02d99a15a0
46 changed files with 11612 additions and 2 deletions

View File

@ -1,3 +1,11 @@
# thomas-horrut
# Thomas Horrut
Monorepo for personal pages (Website, resume, etc.)
Monorepo for my personal pages (Website, resume, etc.)
## Structure of the repository
```sh
.
├── resume/ # Source code of the resume
└── website/ # Source code of the personal website
```