Add build.sh

This commit is contained in:
Elnu 2022-01-26 11:12:30 -08:00
parent 7aca2e7fd0
commit 4397975b92

1
build.sh Executable file
View file

@ -0,0 +1 @@
hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no -o {} {} \;