summaryrefslogtreecommitdiff
path: root/make.sh
blob: 8698520de4de5cf66ce930b376dbf8e03c8384cf (plain)
1
2
3
4
5
6
7
8
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