aboutsummaryrefslogtreecommitdiff
path: root/blog/build.sh
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-05-01 18:06:41 +0200
committeralex <alex@pdp7.net>2026-05-02 11:51:25 +0200
commitb3ad30a04637942264531d2a54bb2803a51c1bcd (patch)
tree53f44e512acb4e0e1ec4b8124ddd07eb7c3292e7 /blog/build.sh
parent3ce2d3bbdd1f87c891b59afff66d68e89815cf18 (diff)
Port interesting projects
Diffstat (limited to 'blog/build.sh')
-rwxr-xr-xblog/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/blog/build.sh b/blog/build.sh
index 97b4f0cf..d7bce2b6 100755
--- a/blog/build.sh
+++ b/blog/build.sh
@@ -8,6 +8,8 @@ HERE=$(pwd)
rm -rf $TARGET
cp -a content/ $TARGET
+python3 ../interesting-projects/interesting-projects.py >$TARGET/notes/interesting-projects.gmi
+
echo Converting gmi to html...
cd $TARGET