generator-njk-site
v2.3.0
Published
A nunjucks and gulp static site generator
Downloads
6
Maintainers
Readme
Nunjucks and Sass Static Site Generator
Generate a static website using Gulp with Sass styling and Nunjucks templates.
Installation
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
This project was built with
- Yeoman: The web's scaffolding tool
- A Nunjucks and Gulp static site boilerplate
License
This project is licensed under the MIT License -- see the LICENSE file for details