This is a simple jekyll theme for a nice resume. It is created from the sinlge config.yml file. It will also generate a PDF (still new feature and it does not format well) with a click of the button on the bottom. I made this because I needed a better resume and did not want to type one. Feel free to use this!
Added emojies 😄👍👏🎊🎉
This is a jekyll site so it runs in github as is.
- Fork or clone this repo
- Edit the _config.yml file. You can edit every part of the resume in there.
- Set that master branch to be your github site.
- Get an awesome job!
This is a gulp node.js project so you will need to go a little bit more to make major edits.
- You will need to install node.js on your computer.
- Once that is installed just run
npm install
and that will get all of the needed packages installed. - After that you will need to install jekyll. I recommend using a environment manager such as rbenv.
- Now install jekyll by following these instruction here
- Once everything is installed you need to build the site. To do this run
gulp
. This will also start the local server and open a browser window for it.
Credit to online-cv for the original styles!