initial rewrite

This commit is contained in:
Wyatt Johnson
2018-02-16 13:31:37 -07:00
parent 4acb6aeb6c
commit 4c06d5659d
51 changed files with 3932 additions and 543 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.5.0"
},
"scripts": {
"start": "hexo serve",
"build": "hexo generate",
"develop-theme": "nodemon -x 'rm db.json; hexo serve' -w assets/ -w code/ -w source/ -w themes/ -w scripts/"
},
"dependencies": {
"hexo": "^3.2.0",
"hexo-generator-index": "^0.2.0",
"hexo-renderer-marked": "^0.3.0",
"hexo-renderer-sass": "^0.3.2",
"hexo-server": "^0.2.0"
},
"devDependencies": {
"nodemon": "^1.14.12"
}
}