gabrielgio.me @ be4651b123eafb809bb972a125ffe125a28a2a8c

Clean up a bit
  1diff --git a/.gitignore b/.gitignore
  2index 932bba838d0e8bc880a92fd3b9352441a974cb6b..fb672b08d36b3a260fcd3652bc02eeb9d96ace08 100644
  3--- a/.gitignore
  4+++ b/.gitignore
  5@@ -2,3 +2,10 @@ _site
  6 vendor/
  7 .sass-cache
  8 .jekyll-metadata
  9+Gemfile
 10+Gemfile.lock
 11+node_modules
 12+vendor/bundle/
 13+vendor/cache/
 14+vendor/gems/
 15+vendor/ruby/
 16diff --git a/Gemfile b/Gemfile
 17deleted file mode 100644
 18index 2bf1ac755e4f1ad2c38e5a3d4fc5d6b0e41599e2..0000000000000000000000000000000000000000
 19--- a/Gemfile
 20+++ /dev/null
 21@@ -1,30 +0,0 @@
 22-source "https://rubygems.org"
 23-
 24-# Hello! This is where you manage which Jekyll version is used to run.
 25-# When you want to use a different version, change it below, save the
 26-# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
 27-#
 28-#     bundle exec jekyll serve
 29-#
 30-# This will help ensure the proper Jekyll version is running.
 31-# Happy Jekylling!
 32-gem "jekyll", "~> 3.8.5"
 33-
 34-# This is the default theme for new Jekyll sites. You may change this to anything you like.
 35-gem "minima", "~> 2.0"
 36-
 37-# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
 38-# uncomment the line below. To upgrade, run `bundle update github-pages`.
 39-# gem "github-pages", group: :jekyll_plugins
 40-
 41-# If you have any plugins, put them here!
 42-group :jekyll_plugins do
 43-  gem "jekyll-feed", "~> 0.6"
 44-end
 45-
 46-# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
 47-gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
 48-
 49-# Performance-booster for watching directories on Windows
 50-gem "wdm", "~> 0.1.0" if Gem.win_platform?
 51-
 52diff --git a/Gemfile.lock b/Gemfile.lock
 53deleted file mode 100644
 54index 45a864b0146bd008bdde6dce654c64cdd6767e29..0000000000000000000000000000000000000000
 55--- a/Gemfile.lock
 56+++ /dev/null
 57@@ -1,74 +0,0 @@
 58-GEM
 59-  remote: https://rubygems.org/
 60-  specs:
 61-    addressable (2.6.0)
 62-      public_suffix (>= 2.0.2, < 4.0)
 63-    colorator (1.1.0)
 64-    concurrent-ruby (1.1.4)
 65-    em-websocket (0.5.1)
 66-      eventmachine (>= 0.12.9)
 67-      http_parser.rb (~> 0.6.0)
 68-    eventmachine (1.2.7)
 69-    ffi (1.10.0)
 70-    forwardable-extended (2.6.0)
 71-    http_parser.rb (0.6.0)
 72-    i18n (0.9.5)
 73-      concurrent-ruby (~> 1.0)
 74-    jekyll (3.8.5)
 75-      addressable (~> 2.4)
 76-      colorator (~> 1.0)
 77-      em-websocket (~> 0.5)
 78-      i18n (~> 0.7)
 79-      jekyll-sass-converter (~> 1.0)
 80-      jekyll-watch (~> 2.0)
 81-      kramdown (~> 1.14)
 82-      liquid (~> 4.0)
 83-      mercenary (~> 0.3.3)
 84-      pathutil (~> 0.9)
 85-      rouge (>= 1.7, < 4)
 86-      safe_yaml (~> 1.0)
 87-    jekyll-feed (0.11.0)
 88-      jekyll (~> 3.3)
 89-    jekyll-sass-converter (1.5.2)
 90-      sass (~> 3.4)
 91-    jekyll-seo-tag (2.5.0)
 92-      jekyll (~> 3.3)
 93-    jekyll-watch (2.1.2)
 94-      listen (~> 3.0)
 95-    kramdown (1.17.0)
 96-    liquid (4.0.1)
 97-    listen (3.1.5)
 98-      rb-fsevent (~> 0.9, >= 0.9.4)
 99-      rb-inotify (~> 0.9, >= 0.9.7)
100-      ruby_dep (~> 1.2)
101-    mercenary (0.3.6)
102-    minima (2.5.0)
103-      jekyll (~> 3.5)
104-      jekyll-feed (~> 0.9)
105-      jekyll-seo-tag (~> 2.1)
106-    pathutil (0.16.2)
107-      forwardable-extended (~> 2.6)
108-    public_suffix (3.0.3)
109-    rb-fsevent (0.10.3)
110-    rb-inotify (0.10.0)
111-      ffi (~> 1.0)
112-    rouge (3.3.0)
113-    ruby_dep (1.5.0)
114-    safe_yaml (1.0.5)
115-    sass (3.7.3)
116-      sass-listen (~> 4.0.0)
117-    sass-listen (4.0.0)
118-      rb-fsevent (~> 0.9, >= 0.9.4)
119-      rb-inotify (~> 0.9, >= 0.9.7)
120-
121-PLATFORMS
122-  ruby
123-
124-DEPENDENCIES
125-  jekyll (~> 3.8.5)
126-  jekyll-feed (~> 0.6)
127-  minima (~> 2.0)
128-  tzinfo-data
129-
130-BUNDLED WITH
131-   2.0.1