gcallsen / brunch-nunjucks-static

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:CoffeeScript 92.9%Language:CSS 7.1%