/brunch-nunjucks-static

Static page generator with Brunch. Uses Nunjucks, Coffeescript, LESS, and Bootstrap.

Primary LanguageCoffeeScriptMIT LicenseMIT

Brunch + Nunjucks == Static Website

Template for using Brunch to generate static web pages while using Nunjucks for templating.

Setup

Uses Brunch for asset compilation/minification. Written using CoffeeScript and LESS. Uses Bootstrap 3.

Requirements

  1. Brunch (npm install -g brunch/brunch)
  2. Bower (npm install -g bower)

Usage

Initialize

npm install

bower install

Develop

brunch watch --server

Navigate to localhost:3333

Build for Production

brunch build will compile page to ./public directory. Upload all contents to static hosting of choice or open locally.