Eric Liang 9b8218aabd [docs] Move all /latest links to /master (#11897) 4 年之前
..
_includes 1a8fa5d2fa Clean up top level Ray dir (#5404) 5 年之前
_posts 9b8218aabd [docs] Move all /latest links to /master (#11897) 4 年之前
assets 1a8fa5d2fa Clean up top level Ray dir (#5404) 5 年之前
css 1a8fa5d2fa Clean up top level Ray dir (#5404) 5 年之前
Gemfile 1a8fa5d2fa Clean up top level Ray dir (#5404) 5 年之前
README.md 1a8fa5d2fa Clean up top level Ray dir (#5404) 5 年之前
_config.yml 30911960c8 [1.0] Simple, universal instead of Simple and universal (#10587) 4 年之前
blog.html 65694cdc4c [bug] Attempt to fix links not working. (#6390) 4 年之前
community.html 65694cdc4c [bug] Attempt to fix links not working. (#6390) 4 年之前
get_ray.html 9b8218aabd [docs] Move all /latest links to /master (#11897) 4 年之前
index.html 9b8218aabd [docs] Move all /latest links to /master (#11897) 4 年之前

README.md

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

To view the site with Google Analytics, run:

JEKYLL_ENV=production bundle exec jekyll serve

Deployment

To deploy the site, run

cd ~
git clone git@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.