Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 732 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 732 Bytes

openptv.github.com

Open Source Particle Tracking Velocimetry Consortium website

If you want to change this website, please follow the fork and pull method

If the changes are small, do it online, using Github editor.

If you want to do it offline, then you need to read more about Jekyll, Github pages, Bootstrap, etc. and ask questions on the mailing list [email protected] before you do serious changes.

To run Jekyll on your machine:

  1. Have ruby (1.8.7 or preferably newer) installed, ruby -v
  2. (sudo) gem install bundler
  3. (sudo) bundle install
  4. bundle exec jekyll serve --watch --baserurl ' '

http://jekyllrb.com/docs/usage/