diff options
-rwxr-xr-x | make.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |