diff --git a/README.md b/README.md index 71b872b..cbf125d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,21 @@ -This is an Attractive Resume Template built with Typst, an open source Latex alternative written in Rust, and compiles to PDF. +# Curriculum Vitae -To compile it to pdf, make sure typst is installed. The provided flake.nix and .envrc is useful if you have nix and direnv installed. This template using the Mulish Google Font and is provided in the `assets/fonts` directory. +Resume written in Typst, a Rust based Latex alternative. -Mirror link at Typst.app https://typst.app/project/rLlknWbYc8XMaZc45BHlMl +For the actual content of the resume, see [resume.typ](./resume.typ). -Preview:\ - - +## 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. + +### Others + +To build the resume, you need to have [`typst`](https://github.com/typst/typst) binary installed and available in your PATH. + +## CI/CD + +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](https://git.tigor.web.id/tigor/Curriculum-Vitae/actions), click on the latest successful build, and check the Artifacts section in the left sidebar. diff --git a/assets/images/attractive-typst-resume-blue.png b/assets/images/attractive-typst-resume-blue.png deleted file mode 100644 index f12ec48..0000000 Binary files a/assets/images/attractive-typst-resume-blue.png and /dev/null differ diff --git a/assets/images/attractive-typst-resume-green.png b/assets/images/attractive-typst-resume-green.png deleted file mode 100644 index fe5a21e..0000000 Binary files a/assets/images/attractive-typst-resume-green.png and /dev/null differ