diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-14 21:26:17 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-14 21:26:17 +0300 |
commit | f9f914d7ff66f26683075eb7e34794948e4dd840 (patch) | |
tree | adf1b79ed1feeecffcc518541d4d8b54d1565d50 /Gemfile | |
parent | README update (diff) | |
download | egor-tensin.github.io-f9f914d7ff66f26683075eb7e34794948e4dd840.tar.gz egor-tensin.github.io-f9f914d7ff66f26683075eb7e34794948e4dd840.zip |
put most of my personal info to _config.yml
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ source 'https://rubygems.org' gem 'github-pages' +gem 'jekyll-github-metadata' gem 'wdm', '>= 0.1.0' if Gem.win_platform? |