Skip to content

Instantly share code, notes, and snippets.

@hemc4
Created February 11, 2017 09:52
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 hemc4/d03fa9cff790d9c40961c49d79a57342 to your computer and use it in GitHub Desktop.
Save hemc4/d03fa9cff790d9c40961c49d79a57342 to your computer and use it in GitHub Desktop.
hugo npm
{
"name": "hemcio",
"version": "1.0.0",
"description": "hemc blog",
"scripts": {
"start": "hugo server -w -v --buildDrafts",
"build": "./build_site.sh",
"deploy": "./deploy_site.sh",
"deploystatus":"./deploystatus.sh"
},
"author": "hem",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment