Learn Siteleaf is a documentation and learning resource for Siteleaf.
Please note that this is only for version 2 of Siteleaf. For v1 documentation, please see the v1 help site.
All dependencies are installed with Bundler:
bundle install
To run a local development server, run:
bundle exec jekyll serve
Now you can go ahead and check out the site at localhost:4000.
To help us improve the site:
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
For tips on formatting, check out the Style Guide.