Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created December 21, 2017 14:18
Show Gist options
  • Save christiannwamba/e6e78ed89a1317db485b61b75950cb3a to your computer and use it in GitHub Desktop.
Save christiannwamba/e6e78ed89a1317db485b61b75950cb3a to your computer and use it in GitHub Desktop.
{
"name": "realtime-static-metalsmith",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"serve": "serve build",
"build": "node build.js",
},
"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