Add github's config to allow running the site locally.

This commit is contained in:
Dave Townsend 2017-09-22 12:37:04 -07:00 коммит произвёл Joe Walker
Родитель 5f6fef31d6
Коммит 955d569aa4
2 изменённых файлов: 2 добавлений и 1 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -282,5 +282,4 @@ tags
# Jekyll: Added manually # Jekyll: Added manually
.sass-cache .sass-cache
_site _site
Gemfile
Gemfile.lock Gemfile.lock

2
Gemfile Normal file
Просмотреть файл

@ -0,0 +1,2 @@
source "https://rubygems.org"
gem 'github-pages', group: :jekyll_plugins