Initial commit

This commit is contained in:
Martin Donnelly 2017-09-01 10:28:04 +01:00
parent 81eeb4f57a
commit ee4689b53b
4 changed files with 5 additions and 840 deletions

File diff suppressed because one or more lines are too long

837
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,6 @@
"hexo": "^3.3.8",
"hexo-admin": "^2.2.1",
"hexo-autonofollow": "^1.0.1",
"hexo-browsersync": "^0.2.0",
"hexo-cli": "^1.0.3",
"hexo-deployer-git": "^0.3.1",
"hexo-generator-archive": "^0.1.4",
@ -22,7 +21,7 @@
"hexo-renderer-marked": "^0.3.0",
"hexo-renderer-sass": "^0.3.2",
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.2.0",
"hexo-server": "^0.2.2",
"node-http-server": "^8.1.2"
}
}

3
serve.js Normal file
View File

@ -0,0 +1,3 @@
var exec = require('child_process').exec;
exec("hexo server",function(){});