Curriculum-Vitae/README.md

30 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2024-06-25 12:56:59 +07:00
# Curriculum Vitae
2024-06-19 17:04:45 +07:00
2024-06-25 13:02:20 +07:00
Resume written in [Typst], a Rust based Latex alternative.
2024-06-19 17:04:45 +07:00
2024-06-25 12:56:59 +07:00
For the actual content of the resume, see [resume.typ](./resume.typ).
2024-06-19 17:04:45 +07:00
2024-06-25 12:56:59 +07:00
## 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.
2024-06-25 13:02:20 +07:00
You will need to have [nix-direnv] installed and configured.
2024-06-25 12:56:59 +07:00
### Others
2024-06-25 13:02:20 +07:00
To build the resume, you need to have [typst] binary installed and available in your PATH.
## CI/CD (Automatic PDF Build)
2024-06-25 12:56:59 +07:00
2024-06-25 13:02:20 +07:00
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.
2024-06-25 12:56:59 +07:00
2024-06-25 13:02:20 +07:00
Go to the [Actions], click on the latest successful build, and check the Artifacts section in the left sidebar.
2024-06-25 12:56:59 +07:00
2024-06-25 13:02:20 +07:00
[Actions]: https://git.tigor.web.id/tigor/Curriculum-Vitae/actions
[Forgejo Action]: https://git.tigor.web.id/tigor/Curriculum-Vitae/actions
[typst]: https://github.com/typst/typst
[Typst]: https://github.com/typst/typst
[nix-direnv]: https://github.com/nix-community/nix-direnv