Yeoman Generator using Jekyll, Compass, RequireJS (with Almond), Normalize, Bourbon and Neat, jQuery, Greensock, underscore.js, and JSSignals to help you quickly scaffold a static blog.
$ bundle install
Install generator-sizzle-jekyll:
npm install -g generator-sizzle-jekyll
Make a new directory, and cd into it:
mkdir my-new-project && cd $_
Run yo sizzle-jekyll, optionally passing an app name:
yo sizzle-jekyll [app-name]
Run grunt for building and grunt serve for preview
$ grunt post --name "My new Blog post yay"
The simplest way of deploying your blog is to use Github Pages. Simply
create a new branch called gh-pages, copy the contents of your pre-built dist folder from master branch, commit your changes and push them to remote.
All changes are logged in the CHANGELOG.md file.