makina/build.sh

7 lines
194 B
Bash
Executable File

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' {} +