https://github.com/kellenmurphy/resume
My resumé LaTeX.
https://github.com/kellenmurphy/resume
personal-website
Last synced: 19 days ago
JSON representation
My resumé LaTeX.
- Host: GitHub
- URL: https://github.com/kellenmurphy/resume
- Owner: kellenmurphy
- Created: 2026-04-22T21:25:52.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-25T16:22:50.000Z (30 days ago)
- Last Synced: 2026-05-25T18:14:26.027Z (29 days ago)
- Topics: personal-website
- Language: TeX
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# resume
LaTeX source for Kellen J. Murphy's resume.
## Building locally
Requires [Docker](https://docs.docker.com/get-docker/).
```bash
docker run --rm -v "$(pwd):/workdir" -w /workdir ghcr.io/xu-cheng/texlive-full pdflatex resume.tex
```
Output: `resume.pdf`
## CI
On every push to `main`, a GitHub Actions workflow:
1. Builds `resume.pdf` using the same Docker image as the local build
2. Uploads the PDF as a workflow artifact (Actions tab → latest run → **Artifacts**)
3. Pushes `resume.pdf` to [kellenmurphy.github.io](https://github.com/kellenmurphy/kellenmurphy.github.io)