Simple boilerplate setup for Metalsmith-generated static sites based on Handlebars and Stylus. Some bits taken from HTML5 boilerplate.
(Prerequisite: Node.js)
Download zip (or clone), then (from the repo root):
- either manually install with
npm installthen build withnode build.js - or run
make
To watch and auto-rebuild on src changes: make watch (i.e. node build.js watch). Typically used with a live-reload server such as Puer.
To cleanup build: make clean (leaves untouched the folder itself and possible system files within)
MIT