learn.siteleaf.com

learn.siteleaf.com

Siteleaf Learn is a documentation and learning resource for Siteleaf v2.

Learn Siteleaf

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.

Installation

All dependencies are installed with Bundler:

bundle install

Local development

To run a local development server, run:

bundle exec jekyll serve

Now you can go ahead and check out the site at localhost:4000.

Contributing

To help us improve the site:

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

For tips on formatting, check out the Style Guide.