mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 01:46:10 +08:00
4e4a4e4e06
* add plasma in-memory object store blog post * modifications for Ray blog * add arrow blog reference * update * rename * Improve formatting.
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
Note that images included under site/assets/ should be referred to with
<img src="{{ site.base-url }}/ray/assets/...">. They will not render properly
when serving the site locally, but this is required for getting the paths to
work out on GitHub.
Deployment
To deploy the site, run (inside the main ray directory):
git subtree push --prefix site origin gh-pages