diff options
| author | alex <alex@pdp7.net> | 2026-05-01 18:06:41 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-05-02 11:51:25 +0200 |
| commit | b3ad30a04637942264531d2a54bb2803a51c1bcd (patch) | |
| tree | 53f44e512acb4e0e1ec4b8124ddd07eb7c3292e7 /blog/build.sh | |
| parent | 3ce2d3bbdd1f87c891b59afff66d68e89815cf18 (diff) | |
Port interesting projects
Diffstat (limited to 'blog/build.sh')
| -rwxr-xr-x | blog/build.sh | 2 |
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 |
