A simple Jekyll + GitHub Pages powered resume
To test locally, run the following in your terminal:
- Clone repo locally
bundle installbundle exec jekyll serve- Open your browser to
localhost:4000
To test locally with docker, run the following in your terminal after installing docker into your system:
docker image build -t resume-template .docker run --rm --name resume-template -v $PWD:/home/app -p 4000:4000 resume-template
This is a fork of jglovier/resume-template.
