Initial commit

This commit is contained in:
Harshavardhana
2014-10-30 21:48:30 -07:00
commit 397b887a87
79 changed files with 31549 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"source": "src",
"destination": "build",
"plugins": {
"metalsmith-drafts": true,
"metalsmith-markdown": true,
"metalsmith-permalinks": "posts/:title",
"metalsmith-templates": "handlebars"
}
}