a fresh start

This commit is contained in:
Mark Moser
2014-08-28 21:46:46 -05:00
commit 1a187efd62
86 changed files with 8040 additions and 0 deletions

10
Gemfile Normal file
View File

@ -0,0 +1,10 @@
source "https://rubygems.org"
gem "middleman", "~>3.3"
gem "awesome_print"
gem "json", '~> 1.8'
gem "middleman-favicon-maker"
gem "middleman-livereload"
gem "redcarpet"