summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-06-26 19:13:54 -0400
committerSteph Enders <steph@senders.io>2023-06-26 19:13:54 -0400
commitba718f82395d98b502b70028ad2b80d54e1ee11a (patch)
treefac3af6e5a937f8904708fed2e5f35f582090818 /make.sh
parent4fa76601350d453bd2a559f9403d9f946fdbdbac (diff)
Add about page(s)
I created an about page and "about-her" subpage that can get isolated if I wish to expand up on this at a further date.
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/make.sh b/make.sh
index 9b729f3..93d0211 100755
--- a/make.sh
+++ b/make.sh
@@ -2,6 +2,8 @@
./render.sh entries/index.html www/index.html
./render.sh entries/error.html www/error.html
./render.sh entries/resources.html www/resources.html
+./render.sh entries/about.html www/about.html
+./render.sh entries/about-her.html www/about-her.html
# copy static files
cp -r static/* www