#Standard setup
This repo includes my basic configuration of a development site running generator-bones
###Template system
- Added a data folder inside template directory to store content and variables in JSON
- Page-specific JSON
- Context-specific JSON
- Added markdown folder inside template directory.
- Added helpers folder and custom helper with testing purposes
- Didn't do very well. For now I've decided to learn first how to make use of built-in helper functions handlebars-helpers
###Styles
- The grid was generated cloning the bootstrap git repo inside bower_components folder because installing with bower caused errors.