aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.babel.js
Commit message (Collapse)AuthorAgeFilesLines
* remove unused moduletalves2018-02-271-1/+0
|
* Update hugo and content structure; add home page to CMSMathias Biilmann Christensen2017-12-071-0/+4
| | | | | | | This updates to hugo v0.31 It also adapts the content model to follow the convention for sections with _index.md files and makes the home page a fully editable section
* Add new page definitions and move all images to media libraryBenaiah Mischenko2017-12-061-2/+2
|
* Add identity scriptMathias Biilmann Christensen2017-09-021-3/+8
|
* Setup cms with netlify identityMathias Biilmann Christensen2017-09-021-19/+2
|
* match GitHub repo for https clonesShawn Erquhart2017-07-181-1/+1
|
* pull cms styles from npmShawn Erquhart2017-06-021-0/+3
|
* Fix Windows detection in gulpfileJessica Parsons2017-03-241-1/+1
|
* Better matching of repo urlMathias Biilmann Christensen2017-02-211-2/+2
|
* Set repository from env variable or git remoteMathias Biilmann Christensen2017-02-211-17/+28
|
* Add hugo binariesMathias Biilmann Christensen2017-02-211-2/+2
|
* Temporarily disabled uncssDarin Dimitroff2017-01-031-1/+1
|
* Adds uncss and cssnano dependenciesDarin Dimitroff2017-01-031-1/+8
| | | | Signed-off-by: Darin Dimitroff <d@thecrazyones.agency>
* Adds SVG sprite to watch taskDarin Dimitroff2017-01-011-0/+1
|
* Initial commitDarin Dimitroff2017-01-011-2/+22
|
* Moves cssnext after cssImportDarin Dimitroff2016-11-221-1/+1
| | | | This allows for the use of a single media-queries files.
* Make sure to exit with non-zero exit code on hugo errorMathias Biilmann Christensen2016-10-181-3/+8
| | | | | If hugo fails to build the site, we want to make sure gulp exits with an appropriate error code so a netlify deploy fails
* Add deploy preview context.David Calavera2016-09-011-11/+13
| | | | | | So we can see content from drafts and the future in deploy previews. Signed-off-by: David Calavera <david.calavera@gmail.com>
* Update README with better instructions and lisenceMathias Biilmann Christensen2016-08-091-1/+1
|
* Notify through browserSync when hugo build failsMathias Biilmann Christensen2016-07-221-2/+6
|
* User browserSync instead of webpack dev serverMathias Biilmann Christensen2016-07-211-45/+38
|
* Update dependencies and add a short READMEMathias Biilmann Christensen2016-07-051-2/+9
|
* Basic setup - gulp + webpack + hugoMathias Biilmann Christensen2016-07-031-0/+54