Develop and build your Jekyll website with Gulp.js.
Created and maintained by Carles Muiños and Klaudia Alvarez.
Inspired by Stefan Imhoff's gulp-tutorial project.
Add the repository to your local as a git subtree
.
You can use Christophe Porteneuve's git-stree to achieve that:
$ git stree add gulp-flow -P gulp [email protected]:adab1ts/gulp-flow.git
Once installed:
- move
package-sample.json
to/your/project/root/folder/package.json
, - move
gulpfile-sample.js
to/your/project/root/folder/gulpfile.js
and - open
gulp/config.js
and change settings as needed.
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).