UNPKG

547 BMarkdownView Raw
1# Metalwork
2
3Metalwork is a built out [Metalsmith](http://metalsmith.io/) blog that works.
4
5See Metalwork in action: [http://evbogue.com/metalwork/](http://evbogue.com/metalwork/)
6
7To get started
8
9 % npm install -g metalwork
10 % metalwork new-site
11 % cd new-site
12 % npm start
13
14Navigate to [http://localhost:3000/](http://localhost:3000/)
15
16Use the [latest version of Node.js](http://nodejs.org/) for best results.
17
18Questions? [ev@evbogue.com](mailto:ev@evbogue.com)
19
20Issues or merge requests: [gitlab/ev/metalwork](http://gitlab.com/ev/metalwork/)