Skip to content

snuspl/incubator-nemo-website

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 97.7%
  • CSS 2.3%