gemfile and gitignore

This commit is contained in:
Kassius Barker 2019-03-31 22:27:19 -04:00
parent 10eaeeb608
commit f115a7af05
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
_site/

3
Gemfile Normal file
View File

@ -0,0 +1,3 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem 'jekyll-include-cache', group: :jekyll_plugins