mirror of
https://github.com/wassname/ray.git
synced 2026-07-05 04:31:13 +08:00
d394a3fdf6
* commit jekyll template * Port blog post to markdown. * Small changes. * Improvements to layout and post. * More improvements. * Add computation graph figures to the blog post. * Small changes. * Update gitignore.
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 (inside the main ray directory):
git subtree push --prefix site origin gh-pages