summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-06-26 09:40:32 -0400
committerSteph Enders <steph@senders.io>2023-06-26 09:40:32 -0400
commit7c617b9a9711feba073291ab0b3262ab1cd1232f (patch)
tree205624111598dc146ba8bb7f98246d692923640d /make.sh
parentca7dca1dc8c1899c7c4fbc44ff99ea91a79a7ae5 (diff)
Created resources page
It's still boilerplate but we'll have something here vs a dead link
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/make.sh b/make.sh
index 8698520..9b729f3 100755
--- a/make.sh
+++ b/make.sh
@@ -1,6 +1,7 @@
# Render pages
./render.sh entries/index.html www/index.html
./render.sh entries/error.html www/error.html
+./render.sh entries/resources.html www/resources.html
# copy static files
cp -r static/* www