diff options
-rw-r--r-- | .gitmodules | 3 | ||||
-rwxr-xr-x | build.sh | 4 | ||||
m--------- | compromyse.github.io | 0 |
3 files changed, 7 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bb8e34a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "compromyse.github.io"] + path = compromyse.github.io + url = git@github.com:compromyse/compromyse.github.io diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..7aa6624 --- /dev/null +++ b/build.sh @@ -0,0 +1,4 @@ +#!/bin/bash +rm -rf compromyse.github.io/* +bundle exec jekyll build +mv _site/* compromyse.github.io/ diff --git a/compromyse.github.io b/compromyse.github.io new file mode 160000 +Subproject 6133319bf0896448f00ef57b634b03d9454312e |