sudo gem install jekyll
sudo gem install github-pages
cd biu-nlp-site
jekyll build --watch &
jekyll serve
Visit http://localhost:4000/
Edit _data/phd_students.yaml or _data/master_students.yaml
The photos should be under assets/img/students/
Edit _data/publications.yaml
Fork your personal github repository to this repository (ask Yoav or Dudi to add you as a member).
For more tutorial materials on jekyll see: http://jekyllrb.com/docs/usage/
Based on this website by Chris Callison-Burch.