Skip to content

Skerwe/generator-njk-site

Repository files navigation

Nunjucks and Sass Static Site Generator

NPM version Node.js CI Coverage percentage Known Vulnerabilities

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

License

This project is licensed under the MIT License -- see the LICENSE file for details