Generate a static website using Gulp with Sass styling and Nunjucks templates.
First, install Yeoman and generator-njk-site using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-njk-site
Then generate your new project:
yo njk-site
or
yo njk-site my-site-name
- Yeoman: The web's scaffolding tool
- A Nunjucks and Gulp static site boilerplate
This project is licensed under the MIT License -- see the LICENSE file for details