Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Last active October 19, 2017 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christiannwamba/70c93b06c32eca6cfb1a3d420d834b92 to your computer and use it in GitHub Desktop.
Save christiannwamba/70c93b06c32eca6cfb1a3d420d834b92 to your computer and use it in GitHub Desktop.
{
"name": "metalsmith-blog",
"version": "1.0.0",
"description": "Static blog using Metalsmith",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "serve build",
"build": "node build.js"
},
"author": "William Imoh",
"license": "MIT",
"dependencies": {
"jade": "^1.11.0",
"metalsmith": "^2.3.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-collections": "^0.9.0",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-templates": "^0.7.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment