summaryrefslogtreecommitdiff
path: root/convert.sh
diff options
context:
space:
mode:
Diffstat (limited to 'convert.sh')
-rwxr-xr-xconvert.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/convert.sh b/convert.sh
new file mode 100755
index 0000000..fdf78e5
--- /dev/null
+++ b/convert.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+echo Writing to ${1%.*}.html
+cat "$1" \
+ | sed 's/.md)/.html)/g' \
+ | pandoc -s --from=gfm --to=html -c /style.css -B header.html -H icon.html -M pagetitle="Eugene's Space" --shift-heading-level-by=1 > ${1%.*}.html