summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmake.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/make.sh b/make.sh
index 6ad78ee..8698520 100755
--- a/make.sh
+++ b/make.sh
@@ -1,5 +1,9 @@
+# Render pages
./render.sh entries/index.html www/index.html
./render.sh entries/error.html www/error.html
-
+# copy static files
cp -r static/* www
+
+# tidy the HTML (this will resolve some common mistakes like & and ' etc
+./tidy.sh