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
Most of the basic customization will take place in the /_config.yml file.
Most of the content configuration will take place in the /_layouts/resume.html file. Simply edit the markup there accordingly
The code and styles are licensed under the MIT license. See project license.