Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewbranch/resume
https://github.com/andrewbranch/resume
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewbranch/resume
- Owner: andrewbranch
- Created: 2018-04-22T21:34:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T07:23:32.000Z (about 6 years ago)
- Last Synced: 2024-11-10T16:46:10.078Z (3 months ago)
- Language: TeX
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My professional résumé
Revisions are automatically built and published to Azure Blob Storage. The latest build at any given time can be found at [https://atcb.blob.core.windows.net/public/resume/resume.pdf](https://atcb.blob.core.windows.net/public/resume/resume.pdf).## Building
Prerequisites: Docker
```bash
./build.sh
```Produces outputs and logs in `dist/`.
## Continuous deployment
A [VSTS project](https://atcb.visualstudio.com/resume/) builds on every push to `master`, then publishes PDFs to Azure Blob Storage: one as `resume.pdf`, another as `resume-{commit}.pdf`, where `{commit}` is the 7-character commit hash that was built.