/metalsmith-site

An example site built with Metalsmith.

Primary LanguageHTML

Metalsmith example site

This example is an example of how to build a site with Metalsmith. It uses collections to organize the pages and the blog posts (which are written in Markdown), and preprocesses Stylus into CSS. To test it out yourself run:

$ npm install
$ node build.js

Or simply:

$ make build

Many thanks to these resources for their assistance: