nicholaswilde / curriculum-vitae

My curriculum vitae and resume.

Home Page:https://nicholaswilde.io/resume.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curriculum Vitae

ci lint pre-commit task

My curriculum vitae and resume.

Requirements

⚙️  Usage

  1. Edit the *.tex files over at Overleaf
  2. Copy the *.tex contents to the repo.
  3. Run task build to test if resume.pdf and cv.pdf are created.
  4. Push the updated *.tex files to the repo.
  5. The ci github action will build and create a release from which the PDFs can downloaded.

Docker may also be used to build the PDFs instead of install pdflatex.

$ task docker
# or
$ task docker-resume
$ task docker-cv

💾  Download the Latest PDFs

🪝  Pre-commit hook

If you want to automatically lint yaml files with a pre-commit hook, make sure you install the pre-commit binary, and add a .pre-commit-config.yaml file to your project. Then run:

$ pre-commit install
$ pre-commit install-hooks

⚖️  License

MIT License

📝  Author

This project was started in 2021 by Nicholas Wilde.

About

My curriculum vitae and resume.

https://nicholaswilde.io/resume.pdf

License:MIT License


Languages

Language:TeX 93.0%Language:Makefile 7.0%