Go to file
Félix Desmaretz aa4c934300 Update Resume 2026-06-22 00:18:03 +02:00
cv Update Resume 2026-06-22 00:18:03 +02:00
data Update Resume 2026-06-22 00:18:03 +02:00
fonts Fonts 2024-01-23 10:59:08 +01:00
.gitignore Gitignore 2024-01-23 10:58:50 +01:00
Jenkinsfile Add makefile 2024-10-25 11:44:34 +02:00
Makefile Add experience BPCE 2025-10 2025-10-03 09:40:39 +02:00
README.md Add makefile 2024-10-25 11:44:34 +02:00
cv_en.typ Parameterized by language 2024-01-26 00:25:39 +01:00
cv_fr.typ Parameterized by language 2024-01-26 00:25:39 +01:00
main.typ Update Resume 2026-06-22 00:18:03 +02:00
render.sh SH -> BASH 2024-10-08 23:44:16 +02:00

README.md

README

Installation

  • Archlinux: sudo pacman -Sy typst
  • Debian:
    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    sudo apt install pkg-config libssl-dev
    cargo install --locked typst-cli
    

Usage

To compile, run ./render.sh or make build

To modify the content, see data/ directory.

To modify the layout and rendering, see cv/ directory.