🔖🚧 Initial commit

This commit is contained in:
Dan Jones 2017-06-04 22:05:40 -05:00
commit da5dd153e3
10 changed files with 588 additions and 0 deletions

6
Gemfile Normal file
View file

@ -0,0 +1,6 @@
source 'https://rubygems.org'
gem 'github-pages'
gem 'jekyll-github-metadata'
gem 'jekyll-sitemap'
gem 'jekyll-feed'
gem 'jekyll-seo-tag'