Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/barrettotte/resume
- Owner: barrettotte
- Created: 2018-12-25T04:37:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T01:56:42.000Z (4 months ago)
- Last Synced: 2024-12-09T00:17:35.623Z (about 2 months ago)
- Topics: latex, latex-pdf, resume
- Language: TeX
- Homepage: https://github.com/barrettotte/resume/blob/master/barrettotte-resume.pdf
- Size: 1.92 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```