/gulp-eleventy-example

A demonstration integration of Eleventy with gulp in the same Node process

Primary LanguageJavaScript

gulp-eleventy-example

A demonstration integration of Eleventy with gulp in the same Node process.

For background and detail see the blog post

Developing

  1. You'll need to install npm
  2. Install all the things
    • npm install
  3. Generate the site in /build
    • gulp dev renders and serves
    • gulp build build static assets