hugo site

This commit is contained in:
Madison Scott-Clary
2019-03-06 00:31:57 -08:00
parent 748b3c1b30
commit 4386102543
174 changed files with 1843 additions and 522 deletions

19
jekyll/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"
}
}