Резюме ML / DevOps инженера. Написано на Typst.
  • Typst 97.5%
  • Nix 2.5%
Find a file
Kirill Samoylenkov 4860966438
All checks were successful
CI / build (push) Successful in 55s
CI / release (push) Successful in 56s
fix: fix small issues in resume
2026-05-30 06:06:20 +05:00
.github/workflows fix: try to fix uncorrect version 2026-05-30 05:53:26 +05:00
.gitignore Initial commit 2026-05-30 04:59:42 +05:00
flake.lock Initial commit 2026-05-30 04:59:42 +05:00
flake.nix update: update font 2026-05-30 05:29:55 +05:00
lang.toml add: add typst config 2026-05-30 05:00:28 +05:00
modern-cv.typ update: update font 2026-05-30 05:29:55 +05:00
README.md docs: update README.md 2026-05-30 05:48:50 +05:00
resume.typ fix: fix small issues in resume 2026-05-30 06:06:20 +05:00
typst.toml update: update actions 2026-05-30 05:43:44 +05:00

Resume

ML / DevOps Engineer resume compiled with Typst + modern-cv.

Requirements

  • Typst ≥ 0.14
  • Fonts:
    • IBM Plex Sans
    • Liberation Sans (fallback)
    • Font Awesome 6 (icons)

Build

With Nix

nix develop
typst compile resume.typ resume.pdf

Without Nix

Install Typst and required fonts manually, then:

typst compile resume.typ resume.pdf

Watch mode

typst watch resume.typ resume.pdf

CI

Every push to main builds the PDF and creates a versioned release (v0.1.<N>) automatically.