A Jekyll boilerplate using UX Rocket elements, Melange and Caffeine.
This project is still in development.
- Do a
bower install
andnpm install
, then copyjquery.min.js
andmodernizr.js
toassets/scripts/vendors
. - Start Jekyll server by typing
jekyll serve
in terminal. - Jekyll will start the server and build the htmls into the
_build
folder. _layouts
folder contains your templates. Jekyll uses Liquid templating engine.- You can store your data in YAML or JSON, and include these in
_data
folder. Then access the data via{{site.data.filename.object.key}}
. - Use Grunt instead of the default sass compiler in Jekyll, in order to use the UX Rocket folder structure.