- First of all, install
bundler
on your system. - Run commands bellow. (in the top directory of this repository)
$ bundle install --path=vendor/bin
$ git clone https://github.com/kumano-dormitory/Kumanofes2019data.git
$ mv Kumanofes2019data data
$ bundle exec ruby build.rb
- Then, you will see HTMLs in the
_site
directory.
$ bundle exec ruby build.rb --watch
Now you can access localhost:8000/ryosai2019
using web browser