Skip to content

Instantly share code, notes, and snippets.

@webketje
Created August 14, 2020 17:00
Show Gist options
  • Save webketje/5cc3b8560ec7cf16387b2670eab13961 to your computer and use it in GitHub Desktop.
Save webketje/5cc3b8560ec7cf16387b2670eab13961 to your computer and use it in GitHub Desktop.
metalsmith-resume
{
"name": "metalsmith-resume",
"version": "0.0.1",
"description": "A professional online & print resume powered by metalsmith",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "node_modules/.bin/serve dist",
"start": "node index && npm run serve"
},
"keywords": [
"metalsmith",
"metalsmith-example"
],
"author": "webketje",
"license": "LGPL-3.0-or-later",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"bootstrap": "^4.5.2",
"metalsmith-sass": "^1.7.0",
"metalsmith": "^2.3.0",
"metalsmith-handlebars-x": "^0.2.3",
"metalsmith-html-minifier": "^4.0.1",
"metalsmith-if": "^0.1.1",
"metalsmith-rename": "^1.0.0",
"serve": "^11.3.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment