mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 07:23:55 +08:00
6c31adf781
* Draft of 0.2 release blog post. * Add figure. * Change date in filename. * Shrink PNG. * Add link to plasma store documentation. * Small updates to blog post.
Ray Website
Development instructions
With Ruby >= 2.1 installed, run:
gem install jekyll bundler
bundle install
To view the site, run:
bundle exec jekyll serve
Deployment
To deploy the site, run
cd ~
git clone https://github.com/ray-project/ray-project.github.io.git
cd ray-project.github.io
cp -r ~/ray/site/* .
and commit as well as push the desired changes.