From ba718f82395d98b502b70028ad2b80d54e1ee11a Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Mon, 26 Jun 2023 19:13:54 -0400 Subject: 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. --- make.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make.sh') 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 -- cgit v1.2.3-54-g00ecf