rebolyte / metalsmith-site

An example site built with Metalsmith.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

An example site built with Metalsmith.


Languages

Language:HTML 78.4%Language:JavaScript 11.4%Language:CSS 10.2%