Documentation Builder with Jekyll
A simple Jekyll boilerplate for creating a documentation site.
Created by Matt West at No Divide Studio.
Getting Started
Clone the repo and install the require gems.
git clone git@github.com:matt-west/docs.git
cd docs
bundle install
Adding Collections
The site uses Jekylls collection feature to order pages. Refer to the documentation here.
Testing
Test that your rendered documentation files are up to scratch with HTML::Proofer.
rake test