1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-07-03 13:26:38 -04:00

docs(readme): 🚮

This commit is contained in:
satoshun00
2016-05-31 03:33:01 +09:00
parent 510ed7103c
commit 25fea6a881

View File

@ -34,7 +34,7 @@ npm run create -- 'post/my-new-post' # see below 'npm-run-script'
{
"scripts": {
"build": "hugo",
"create": "hugo new",
"create": "hugo new",
"serve": "hugo server -ws"
}
}