"Do what you can, with what you have, where you are.” – Theodore Roosevelt
- This is a CV built using the YAML Resume spec and the YAML Resume CLI
- The source file can be found in cv.yaml and the build cv
- YAML resume has a prebuilt docker image for building the image
- run
make open-latestto build the PDF CV and open it
- The CV can be served as JSON via a Fast API application found in api
- run
make install && make api-serveto install dependencies and start the API server