Move to Adam's Blog template

This commit is contained in:
Madison Scott-Clary
2017-09-06 13:04:59 -06:00
parent faf67db776
commit a814cdf0ab
58 changed files with 8508 additions and 213 deletions

19
package.json Executable file
View File

@ -0,0 +1,19 @@
{
"name": "Jekyll-Gulp-Sass-Autoprefixer-Imagemin-BrowserSync",
"version": "1.0.0",
"description": "A starter project for Jekyll",
"main": "index.js",
"repository": "https://github.com/artemsheludko/Jekyll-Gulp-Sass-Autoprefixer-Imagemin-BrowserSync",
"author": "Artem Sheludko",
"license": "MIT",
"dependencies": {
"browser-sync": "^2.18.8",
"child_process": "^1.0.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.6",
"gulp-imagemin": "^3.2.0",
"gulp-sass": "^3.1.0",
"imagemin-pngquant": "^5.0.0"
}
}