summaryrefslogtreecommitdiff
path: root/make.sh
blob: 7e2be187dd1785b2736e40dc084f74662ea2a382 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Render pages
./render.sh pages/index.html www/index.html
./render.sh pages/error.html www/error.html
./render.sh pages/resources.html www/resources.html
./render.sh pages/about.html www/about.html
./render.sh pages/about-her.html www/about-her.html

# copy static files
cp -r static/* www

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