Created
February 11, 2017 09:52
-
-
Save hemc4/d03fa9cff790d9c40961c49d79a57342 to your computer and use it in GitHub Desktop.
hugo npm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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