https://github.com/quantumplation/resume-server
A small dockerfile to continually rebuild resumes.
https://github.com/quantumplation/resume-server
Last synced: 11 months ago
JSON representation
A small dockerfile to continually rebuild resumes.
- Host: GitHub
- URL: https://github.com/quantumplation/resume-server
- Owner: Quantumplation
- Created: 2015-12-25T02:04:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-25T13:20:03.000Z (over 10 years ago)
- Last Synced: 2025-03-08T11:35:12.064Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Resume Server
=============
On docker: https://hub.docker.com/r/quantumplation/resume-server/
Uses https://github.com/hacksalot/HackMyResume to fetch some json-formatted resume data and generate different styled html resumes, then serves them statically.
To run, create a gist with your resume.json, and run this docker container as so:
docker run --rm -p 80:8080 -e RESUME_GIST=https://api.github.com/gists/{GIST ID} quantumplation/resume-server
you can find the {GIST ID} as the last hash-looking portion of the URL.
Right now it just serves the files statically with http-server, if there's some reason I shouldn't be using this I'm open to contributions. I've not had much experience with Node, so I don't know what options are out there.