refactor(blog): Clean up the project structure
Showing
- app/server.hs 0 additions, 0 deletionsapp/server.hs
- app/site.hs 0 additions, 0 deletionsapp/site.hs
- blog.cabal 5 additions, 2 deletionsblog.cabal
- css/app.css 5 additions, 5157 deletionscss/app.css
- gulpfile.js 10 additions, 4 deletionsgulpfile.js
- package.json 3 additions, 0 deletionspackage.json
- posts/2016-05-24-lambdaconf-schedule.md 2 additions, 2 deletionsposts/2016-05-24-lambdaconf-schedule.md
- stack.yaml 3 additions, 1 deletionstack.yaml
- templates/default.html 0 additions, 1 deletiontemplates/default.html
File moved
File moved
This diff is collapsed.
... | ... | @@ -4,9 +4,12 @@ |
"description": "Personal blog.", | ||
"main": "gulpfile.js", | ||
"devDependencies": { | ||
"autoprefixer": "^6.3.6", | ||
"cssnano": "^3.6.2", | ||
"gulp": "^3.9.0", | ||
"gulp-autoprefixer": "^2.2.0", | ||
"gulp-load-plugins": "^1.1.0", | ||
"gulp-postcss": "^6.1.1", | ||
"gulp-sass": "^2.1.0" | ||
}, | ||
"scripts": { | ||
... | ... |
Please register or sign in to comment