Created using grunt to run jekyll for a multi-page static site.
gem install bundlerbundle installnpm installnpm install grunt-clinpm install bowerbower installThis project uses Grunt to build, serve, and handle asset concatination and minification. Jekyll tasks are triggered by Grunt when we need to build site pages or compile sass files. So, the only commands you need to worry about running are two basic grunt tasks.
grunt or grunt build will create a production ready _dist folder, with all the static html and assets.grunt serve will build the site to a .jekyll folder, and serve it at http://localhost:4000. Grunt watches for changes and will update as needed, without regenerating everything, everytime.