From b3cf18a6f8d525877ac4c1596bdcdd1ece648cfb Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Wed, 3 May 2017 15:56:16 -0400 Subject: [PATCH] added submodule for pulic folder --- .gitmodules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 02d377b..d6bfc69 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ [submodule "themes/light-hugo"] path = themes/light-hugo - url = https://github.com/tblyler/light-hugo.git + url = git@github.com:tblyler/light-hugo.git +[submodule "public"] + path = public + url = git@github.com:skaterdude97/skaterdude97.github.io.git + branch = master