From 4397975b9240b3d438711d0650d9a5242ceb32ee Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Wed, 26 Jan 2022 11:12:30 -0800 Subject: [PATCH] Add build.sh --- build.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 build.sh 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