Skip to content
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.

Shiqan/jekyll-gulp-boilerplate

Repository files navigation

Jekyll+Gulp boilerplate

AMP & PWA Jekyll boilerplate powered by Gulp. It provides a Bulma theme based on two templates created by CssNinja. Search is provided by Algolia.

Getting started

# Build image
docker build -t jekyll .

# Build container
docker run -d -p 3000:3000 --name=jekyll -t jekyll 

# To debug enter container
docker exec -it jekyll bash

# Rebuild image & container
sh _scripts/rebuild-docker.sh true

Or without docker

Step 1: Install Ruby then run gem install bundler && bundle install.

Step 2. Install Node.js, then run npm install -g gulp && npm install.

Step 3. To run, use default gulp task: gulp.

Usage

gulp [--prod]

This is the default command, it will build your assets and site with development settings. Use the --prod flag to generate your site for production usage. See the gulp directory for more tasks.

Plugins Used

Useful resources

License

Licensed under the MIT License.

About

AMP & PWA Jekyll boilerplate powered by Gulp.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published