diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..a95b057 --- /dev/null +++ b/build.sh @@ -0,0 +1 @@ +hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no -o {} {} \; \ No newline at end of file