From 29f8e82bf3722033b5118c6877653b613489b0b1 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Thu, 6 Jul 2023 11:51:06 -0400 Subject: Add new post finding-a-safe-space --- make.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'make.sh') diff --git a/make.sh b/make.sh index aa25d95..bce531d 100755 --- a/make.sh +++ b/make.sh @@ -9,6 +9,7 @@ set -x # Render entries ./render.sh pages/about-her.html www/about-her.html ./render.sh pages/blog/all-signs-point-to-her.html www/blog/all-signs-point-to-her.html +./render.sh pages/blog/finding-a-safe-space.html www/blog/finding-a-safe-space.html # copy static files cp -r static/* www @@ -37,3 +38,6 @@ echo "=> /log/all-signs-point-to-her.gmi 2023-06-27 - All signs point to her" \ ./gemparse.py entries/about-her.html gemini/log/who-is-the-woman-in-my-eye.gmi about-her.html echo "=> /log/who-is-the-woman-in-my-eye.gmi 2023-06-25 - Who is the woman in my eye" \ >> gemini/log/index.gmi +./gemparse.py entries/finding-a-safe-space.html gemini/log/finding-a-safe-space.gmi blog/finding-a-safe-space.html +echo "=> /log/finding-a-safe-space.gmi 2023-07-07 - Finding a safe space" \ + >> gemini/log/index.gmi -- cgit v1.2.3-54-g00ecf