summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
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