CV and Resume
Find a file
Tigor Hutasuhut 7f12a64f00
All checks were successful
build resume / build (push) Successful in 5s
update readme
2024-06-25 13:02:20 +07:00
.forgejo/workflows workflow: fix compile command 2024-06-19 20:30:49 +07:00
.github/workflows initial commit 2024-06-19 17:04:45 +07:00
assets/fonts update readme.md 2024-06-25 12:56:59 +07:00
.envrc initial commit 2024-06-19 17:04:45 +07:00
.gitignore initial commit 2024-06-19 17:04:45 +07:00
build.sh initial commit 2024-06-19 17:04:45 +07:00
flake.lock initial commit 2024-06-19 17:04:45 +07:00
flake.nix initial commit 2024-06-19 17:04:45 +07:00
LICENSE initial commit 2024-06-19 17:04:45 +07:00
README.md update readme 2024-06-25 13:02:20 +07:00
resume.typ update: wordings 2024-06-19 20:40:46 +07:00
template.typ initial commit 2024-06-19 17:04:45 +07:00

Curriculum Vitae

Resume written in Typst, a Rust based Latex alternative.

For the actual content of the resume, see resume.typ.

Dependencies (for updating the resume)

Nix

Use direnv allow to load the nix environment. It will install the necessary tooling to edit and build the resume.

You will need to have nix-direnv installed and configured.

Others

To build the resume, you need to have typst binary installed and available in your PATH.

CI/CD (Automatic PDF Build)

Every push of this repository will trigger a Forgejo Action that will build the PDF file and upload it to the artifacts. PDF can be downloaded from the artifacts tab.

Go to the Actions, click on the latest successful build, and check the Artifacts section in the left sidebar.