gulpjekylltemplate

gulpjekylltemplate

A template to use Jekyll with Bootstrap, but built with Jekyll

Jekyll Site powered by

For Jekyll sites using gulp to build CSS & JS.

Installing for new site

Use the template features of Github, then customise.

...for development

git clone [email protected]:andycroll/gulpjekyll.git
cd gulpjekyll
bundle
yarn

Running locally

Run...

gulp

Browse to:

localhost:3000

If you want to change the JS plugins installed, you'll need to reinstall.

Included actions

gulp js

Compiles, minifies and uglifies JS (uncomment for more Bootstrap utils) and copies to jekyll location with a sitemap.

gulp css

Compiles, minifies and strips CSS (based on _site HTML files) and copies to jekyll location.

gulp jekyll

Runs a full jekyll b.