Резюме ML / DevOps инженера. Написано на Typst.
  • Typst 97.6%
  • Nix 2.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Kirill Samoylenkov bb3ee04917
All checks were successful
CI / build (push) Successful in 1m13s
CI / release (push) Successful in 1m0s
feat: update profile info, add photo and restructure sections
2026-07-16 15:45:58 +05:00
.github/workflows ci(build-pdf): download prebuilt pdf artifact in release job 2026-07-15 16:01:39 +05:00
media feat: update profile info, add photo and restructure sections 2026-07-16 15:45:58 +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 feat: update profile info, add photo and restructure sections 2026-07-16 15:45:58 +05:00
README.md docs: update README.md 2026-05-30 05:48:50 +05:00
resume.typ feat: update profile info, add photo and restructure sections 2026-07-16 15:45:58 +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.