Add empty README.md and /docs directory.

new file:   README.md
new file:   docs/.ruby-version
new file:   docs/Gemfile
This commit is contained in:
Lou Quillio 2016-12-07 12:31:02 -08:00
commit 419be837ef
3 changed files with 3 additions and 0 deletions

0
README.md Normal file
View File

1
docs/.ruby-version Normal file
View File

@ -0,0 +1 @@
2.3.0

2
docs/Gemfile Normal file
View File

@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins