From ec07ba1ad24e870cd770815102fd718f6ba58f8c Mon Sep 17 00:00:00 2001 From: Tekaoh <45337851+Tekaoh@users.noreply.github.com> Date: Mon, 26 Nov 2018 10:50:02 -0600 Subject: [PATCH] Let Jekyll build locally --- .gitignore | 1 + _config.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b844b14..c5bfe60 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Gemfile.lock +_site/ diff --git a/_config.yml b/_config.yml index 1885487..a962515 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,2 @@ -theme: jekyll-theme-midnight \ No newline at end of file +theme: jekyll-theme-midnight +repository: SWG-Source/SWG-Source.github.io