From 43f4c8b7cea6181909b8ee9fedc57a4586d4d6af Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Tue, 21 Jan 2025 00:40:07 -0800 Subject: [PATCH] comments, re-indents, etc (nothing substantitive) --- bin/build | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bin/build b/bin/build index 7f5f326..2861557 100755 --- a/bin/build +++ b/bin/build @@ -1,12 +1,17 @@ #!/bin/sh +# blogtini build step +# runs in alpine linux container with `deno` binary installed + +# get other needed packages apk add zsh yq -# setup SEO headers & create sitemap xxx split out comments mgmt +# create sitemap xxx split out comments mgmt if [ ! -e sitemap.xml ]; then ./_blogtini/bin/sitemap fi +# setup SEO headers ./_blogtini/bin/ssr.sh # cleanup, remove .git/ etc..