Skip to content

Commit

Permalink
comments, re-indents, etc (nothing substantitive)
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Jan 21, 2025
1 parent d03c72f commit 43f4c8b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bin/build
Original file line number Diff line number Diff line change
@@ -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..
Expand Down

0 comments on commit 43f4c8b

Please sign in to comment.