From f49dae2cbf6df0aaa0d7720191d4110c3c17169b Mon Sep 17 00:00:00 2001 From: John Michael Gross Date: Fri, 21 Jul 2017 14:49:01 -0700 Subject: [PATCH] Rename _config.yml to docs/_config.yml --- _config.yml | 1 - docs/_config.yml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 _config.yml create mode 100644 docs/_config.yml diff --git a/_config.yml b/_config.yml deleted file mode 100644 index cc35c1d..0000000 --- a/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-modernist \ No newline at end of file diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..75e2535 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-modernist