From b3ad30a04637942264531d2a54bb2803a51c1bcd Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 1 May 2026 18:06:41 +0200 Subject: Port interesting projects --- blog/build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'blog/build.sh') 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 -- cgit v1.2.3