tree: b154152f4bb16fe19308f5477d16480f56331690 [path history] [tgz]
  1. css/
  2. img/
  3. js/
  4. feed.xml
  5. index.html
  6. LICENCE
  7. README.md
  8. style.css
hbaseconasia-2019/README.md

Install Ruby 2.5.0

$ brew install rbenv
$ rbenv install 2.5.0
$ rbenv global 2.5.0

Install Jekyll

$ gem install jekyll bundler
$ bundle install
$ bundle exec jekyll build -d ../hbaseconasia
$ bundle exec jekyll serve -w