if ! zola >& /dev/null; then echo "Please install Zola to compile this work." echo "See: https://www.getzola.org/" fi zola build find public -type f -name "*.html" -exec sed -i '/^$/d' {} +