From c3d3fbf8ac8eda8e2aee73f45be8bb701c31bace Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 26 Jan 2023 23:42:03 +0530 Subject: add files --- .gitmodules | 3 +++ build.sh | 4 ++++ compromyse.github.io | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 100755 build.sh create mode 160000 compromyse.github.io 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 index 0000000..6133319 --- /dev/null +++ b/compromyse.github.io @@ -0,0 +1 @@ +Subproject commit 6133319bf0896448f00ef57b634b03d9454312ea -- cgit v1.2.3