summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh6
-rw-r--r--home/index.md14
-rw-r--r--spacejunk/index.md5
3 files changed, 25 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..deec7af
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+git clone https://git.spacejunk.sh/website.git
+cd website
+palpad -p home
+palpad -p spacejunk
+find -iname "*.md" -delete
diff --git a/home/index.md b/home/index.md
new file mode 100644
index 0000000..21295b0
--- /dev/null
+++ b/home/index.md
@@ -0,0 +1,14 @@
+## Aaditya Dhruv's webpage
+
+#### About me:
+- BSc in CS from UIUC
+- Systems Engineer @ IMC
+
+
+#### Links:
+
+Personal projects - https://git.spacejunk.sh
+
+devlog - https://spacejunk.sh
+
+Contact me - [email protected]
diff --git a/spacejunk/index.md b/spacejunk/index.md
new file mode 100644
index 0000000..c966b23
--- /dev/null
+++ b/spacejunk/index.md
@@ -0,0 +1,5 @@
+## Spacejunk
+
+A devlog of all my projects found at https://git.spacejunk.sh.
+
+All my projects are made for fun or to learn something. It's just junk in the space of the internet.