flatiron / blacksmith-sites

a collection of pre-built site generators for the blacksmith engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blacksmith-sites

Example:

> var sites = require("./index")
> sites
[Function]
> sites(console.log)
> null { doc: '/home/josh/dev/blacksmith-sites/sites/doc',
  blog: '/home/josh/dev/blacksmith-sites/sites/blog' }

Install:

git clone git@github.com:flatiron/blacksmith-sites.git

API:

sites(cb):

Callback has signature (err, result) where 'result' is paths and keys.

License:

MIT/X11.

About

a collection of pre-built site generators for the blacksmith engine


Languages

Language:JavaScript 100.0%