aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.sh
blob: 313f5a876c434bd6a4fcbbde27bf352cc3fa3ad8 (plain)
1
2
3
# ! /bin/sh
(cat _header.html; multimarkdown index.md; cat _footer.html) > public/index.html
find public -type f \( -name "*.html" -o -name "*.css" \) -exec gzip -k -f {} \;