summaryrefslogtreecommitdiff
path: root/make.sh
blob: 9b729f3d35630bcd30a0709029e6bc6c120b727e (plain)
1
2
3
4
5
6
7
8
9
10
# Render pages
./render.sh entries/index.html www/index.html
./render.sh entries/error.html www/error.html
./render.sh entries/resources.html www/resources.html

# copy static files
cp -r static/* www

# tidy the HTML (this will resolve some common mistakes like & and ' etc
./tidy.sh