Skip to content

Develop and build your Jekyll website with Gulp.js

License

Notifications You must be signed in to change notification settings

adab1ts/gulp-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp-Flow

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.

Installation & Setup

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.

Running Gulp-Flow

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.

Contact

Email: info[@]adabits[.]org
Twitter: @adab1ts
Facebook: Adab1ts
LinkedIn: adab1ts

License

See the LICENSE file for license rights and limitations (MIT).

About

Develop and build your Jekyll website with Gulp.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published