Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 605 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 605 Bytes

Jekyll Doc Theme

Go to the website for detailed information and demo.

Running locally

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

Filling up documents

You can find the docs under _docs and the metadata under the _data folder.

Jekyll stuff

You can find Jekyll introduction docs below:

Jekyll Docs

License

Released under the MIT license.