This commit is contained in:
parent
4d237c517c
commit
515455b2b8
24
README.md
24
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:\
|
||||
<img src="assets/images/attractive-typst-resume-blue.png" width="400px" />
|
||||
<img src="assets/images/attractive-typst-resume-green.png" width="400px" />
|
||||
## 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.
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 460 KiB |
Binary file not shown.
Before Width: | Height: | Size: 465 KiB |
Loading…
Reference in a new issue