#!/bin/sh set -e; # Clean up last build rm -r public/; # Build the website hugo; # Show the public tree echo "Build success!"; tree public/