diff --git a/README.md b/README.md index fd93c5a..0b12ba5 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,9 @@ A collection of popular logos in SVG / Vector ![travis](http://gilbarbara.github.io/logos/travis-ci-icon.svg) +## vagrant +![vagrant](http://gilbarbara.github.io/logos/vagrant.svg) + ## W3C ![w3c](http://gilbarbara.github.io/logos/w3c.svg) diff --git a/assets/index.html b/assets/index.html index 35ecd0a..e0a29f3 100644 --- a/assets/index.html +++ b/assets/index.html @@ -4,7 +4,7 @@ SVG Logos - + @@ -371,6 +371,9 @@
travis-ci
+
+ vagrant +
w3c
diff --git a/gulpfile.js b/gulpfile.js index c3f5fe4..8f84497 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -52,6 +52,8 @@ gulp.task('serve', ['clean', 'styles'], function () { gulp.task('deploy', ['styles', 'bundle'], function () { return gulp.src(['logos/*.svg', '.tmp/*.html', '.tmp/main.css', 'assets/*.png', '*.md']) .pipe($.ghPages({ + remoteUrl: 'https://github.com/gilbarbara/logos', + branch: 'gh-pages', force: true })); }); diff --git a/logos/vagrant.svg b/logos/vagrant.svg new file mode 100644 index 0000000..81d686a --- /dev/null +++ b/logos/vagrant.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file