From 7096a8c845118c98c0948725e4e08f3626019dd2 Mon Sep 17 00:00:00 2001 From: Gil Barbara Date: Mon, 29 Jun 2015 00:13:40 -0300 Subject: [PATCH] add vagrant --- README.md | 3 +++ assets/index.html | 5 ++++- gulpfile.js | 2 ++ logos/vagrant.svg | 33 +++++++++++++++++++++++++++++++++ 4 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 logos/vagrant.svg 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