ray/site
Robert Nishihara 6c31adf781 Add blog post for 0.2 release. (#1029)
* 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.
2017-10-01 14:40:58 -07:00
..
_posts Add blog post for 0.2 release. (#1029) 2017-10-01 14:40:58 -07:00
assets Add blog post for 0.2 release. (#1029) 2017-10-01 14:40:58 -07:00
css Add plasma in-memory object store blog post (#895) 2017-08-30 23:40:46 -07:00
_config.yml Website for the v0.1 release (#576) 2017-05-20 18:33:36 -07:00
Gemfile Website for the v0.1 release (#576) 2017-05-20 18:33:36 -07:00
index.html Add plasma in-memory object store blog post (#895) 2017-08-30 23:40:46 -07:00
README.md Fix ray website (#963) 2017-09-11 23:11:15 -07:00

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.