source code for html website at https://zachdecook.com
Diffstat (limited to 'posts/script.sh')
-rwxr-xr-xposts/script.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/posts/script.sh b/posts/script.sh
new file mode 100755
index 0000000..55936b9
--- /dev/null
+++ b/posts/script.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+#Create blog
+
+pandoc common.md tabs.md -t html5 -s > tabs/index.html
+pandoc common.md ststech.md -t html5 -s > ststech/index.html
+pandoc common.md tightchange.md -t html5 -s > tightchange/index.html