2.3.0 • Published 2 years ago
generator-njk-site v2.3.0
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-siteThen generate your new project:
yo njk-siteor
yo njk-site my-site-nameThis 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