Go to the website for detailed information and demo.
You need Ruby and gem before starting, then:
# install bundler
gem install bundler
# go to `docs` folder
# install & run jekyll with dependencies
bundle install
bundle exec jekyll serve
You can find the docs under _docs
and the metadata under the _data
folder.
You can find Jekyll introduction docs below:
Released under the MIT license.