summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-07-06 11:51:06 -0400
committerSteph Enders <steph@senders.io>2023-07-06 11:53:07 -0400
commit29f8e82bf3722033b5118c6877653b613489b0b1 (patch)
treed89cc321376a821a96376140f85d208e8002754f /make.sh
parent8c75b82a28f79f3adb74fa392cbef222d8228320 (diff)
Add new post finding-a-safe-space
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh4
1 files changed, 4 insertions, 0 deletions
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