Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/barrettotte/resume

My resume written in LaTeX
https://github.com/barrettotte/resume

latex latex-pdf resume

Last synced: 3 days ago
JSON representation

My resume written in LaTeX

Awesome Lists containing this project

README

        

# resume

My resume written in LaTeX.

[View Resume](https://github.com/barrettotte/resume/blob/master/barrettotte-resume.pdf)

[LinkedIn](https://www.linkedin.com/in/barrettotte/)

## Build

```sh
docker build -t barrettotte-resume .
docker run -e "RESUME_NAME=barrettotte-resume" --rm -v $(shell pwd):/out barrettotte-resume

# or with make
make image
make build
```