makina/build.sh

7 lines
194 B
Bash
Raw Normal View History

2022-10-20 22:54:40 +00:00
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' {} +