Change logo size
1 file changed
tree: 7eea1874fa164641bcbc77da60943f2a99d5aed9
  1. _data/
  2. _docs/
  3. _includes/
  4. _layouts/
  5. _pages/
  6. _posts/
  7. _sass/
  8. apidocs/
  9. assets/
  10. content/
  11. css/
  12. fonts/
  13. img/
  14. js/
  15. .gitignore
  16. .ruby-version
  17. 404.html
  18. _config.yml
  19. allposts.html
  20. favicon.ico
  21. Gemfile
  22. Gemfile.lock
  23. index.html
  24. LICENSE
  25. publish.sh
  26. README.md
  27. 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.