Welcome to my CV! See https://cjtu.github.io/ for the pretty rendered version.
This CV was made with Jekyll and GitHub Pages.
It is based on the excellent template by Joel Glovier.
The code and styles are licensed under the MIT license. See project license.
Install dependencies and build site:
# Get ruby apt-get install ruby-full gem install bundler jekyll # Clone repo git clone git@github.com/cjtu/cjtu.github.io # Install dependencies cd cjtu.github.io bundle install bundle exec jekyll serve --no-watch