Jekyll Resume Theme
Live demo at my github page
Quick Setup
- Install Jekyll:
gem install jekyll bundler - Fork this repository and clone your fork
- Edit
_config.ymlto personalize your site
Running locally
In order to compile the assets and run Jekyll locally you need to follow those steps:
export PATH="$HOME/.rbenv/bin:$PATH"eval "$(rbenv init -)"- make sure your desired ruby version is in a
.ruby_versionfor ease of use and also installed - Install Jekyll
- Run
bundle install - Run
bundle exec jekyll build npm start