Opinionated Jekyll starter, resembling the one
generated by Jekyll itself but with superpowers.
Created and maintained by Carles Muiños and Klaudia Alvarez.
Clone the repository and change into the project's folder. Then run:
$ bundle
$ bower install
$ npm install
Once installed, open gulp/config.js
and change settings as needed.
Jekyll-Ice relies on Gulp-Flow to help you develop and build your site. Three main tasks are available:
$ npm run serve
$ npm run build
$ npm run jekyllize
npm run serve
will generate a development build of the Jekyll site, start a development server and watch for changes.npm run build
will generate an optimized production build of the Jekyll site.npm run jekyllize
will prepare an optimized version of the Jekyll site code.
Email: info[@]adabits[.]org
Twitter: @adab1ts
Facebook: Adab1ts
LinkedIn: adab1ts
See the LICENSE file for license rights and limitations (MIT).