diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2023-01-26 23:42:03 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2023-01-26 23:42:03 +0530 |
commit | c3d3fbf8ac8eda8e2aee73f45be8bb701c31bace (patch) | |
tree | 371dae8ca84c3a10cdcfc636cee745773e0ee4e4 | |
parent | c5b225e67e18330adf36d179a6b0e3084b1cba53 (diff) |
add files
-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 |