#!/bin/bash emacs -Q --script build.el hugo stork build --input "public/stork.config.json" --output "public/home.st" find public -name '*.html' -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -mq '{}' \; &> /dev/null