Initial commit

This commit is contained in:
Mike JS. Choi
2017-07-24 10:22:05 +09:00
commit 7bae29cb75
39 changed files with 1652 additions and 0 deletions

9
Gemfile Normal file
View File

@ -0,0 +1,9 @@
source "https://rubygems.org"
gem "jekyll", "3.4.3"
gem "html-proofer"
gem "rb-fsevent", "0.9.8"
group :jekyll_plugins do
gem 'jekyll-livereload'
end