refactor(): change folder structure to be an actual hugo theme

This commit is contained in:
kendo5731
2016-02-02 20:13:07 +01:00
parent 9b7f46fb02
commit 23c4dc308c
20 changed files with 48 additions and 19 deletions

View File

@@ -6,12 +6,11 @@
"bootstrap-sass": "^3.3.6"
},
"devDependencies": {
"browser-sync": "^2.11.1",
"gulp": "^3.9.0",
"gulp-sass": "^2.1.1",
"gulp-util": "^3.0.7"
},
"scripts": {
"serve": "gulp serve"
"build": "gulp"
}
}