update config: project name
1 file changed
tree: 01327993471512119f90cc1e3606da37841388cb
  1. _data/
  2. _docs/
  3. _includes/
  4. _layouts/
  5. _pages/
  6. _posts/
  7. _sass/
  8. apidocs/
  9. assets/
  10. css/
  11. fonts/
  12. img/
  13. js/
  14. .gitignore
  15. .ruby-version
  16. 404.html
  17. _config.yml
  18. allposts.html
  19. favicon.ico
  20. Gemfile
  21. Gemfile.lock
  22. index.html
  23. LICENSE
  24. README.md
  25. search.json
README.md

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.