Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tneely/resume
An unnecessarily complicated resume generator.
https://github.com/tneely/resume
Last synced: 29 days ago
JSON representation
An unnecessarily complicated resume generator.
- Host: GitHub
- URL: https://github.com/tneely/resume
- Owner: tneely
- License: mit
- Created: 2021-10-05T04:22:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T17:16:56.000Z (11 months ago)
- Last Synced: 2024-02-23T18:28:16.866Z (11 months ago)
- Language: TeX
- Homepage: https://tneely.github.io/resume/
- Size: 17.1 MB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# resume
An unnecessarily complicated resume generator.
## Basics
On commit, this repository uses the `resume.tex` LaTeX file to build the resume into a PDF, image for the README, and webpage for GitHub pages.
## Development
Install your favorite LaTex distribution (I recommend [TeX Live](https://www.tug.org/texlive/)) and run `latexmk` to generate a PDF of the resume. Watch with `latexmk -pvc`.
Once installed, you can also leverage tools like the LaTeX Workshop extension in VSCode. (Don't forget to update your path!)
## Result
![A photo of a resume](resume.jpg)
Check out the [PDF](resume.pdf) and [page](https://tneely.github.io/resume/) too!