First landing page commit

This commit is contained in:
2018-11-21 14:10:19 -05:00
parent 5a3a8d3385
commit 03865ee441
60 changed files with 12837 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
FROM jekyll/jekyll
COPY Gemfile .
COPY Gemfile.lock .
RUN bundle install --quiet --clean
CMD ["jekyll", "serve"]