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 | |
| parent | 3ce2d3bbdd1f87c891b59afff66d68e89815cf18 (diff) | |
Port interesting projects
Diffstat (limited to 'blog')
| -rwxr-xr-x | blog/build.sh | 2 | ||||
| -rw-r--r-- | blog/content/2022/09/prolegomenos.gmi | 2 | ||||
| -rw-r--r-- | blog/content/notes/index.gmi | 1 |
3 files changed, 4 insertions, 1 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 diff --git a/blog/content/2022/09/prolegomenos.gmi b/blog/content/2022/09/prolegomenos.gmi index b368efcc..c3784c0a 100644 --- a/blog/content/2022/09/prolegomenos.gmi +++ b/blog/content/2022/09/prolegomenos.gmi @@ -4,7 +4,7 @@ Sobre otra sección de mis paranoias, Nota[1] y Djot[2] son dos nuevas promesas => https://nota-lang.org/ [1] Nota => https://github.com/jgm/djot [2] Djot -=> https://github.com/alexpdp7/alexpdp7/blob/master/INTERESTING_PROJECTS.org[3] El sustituto de mis estrellas de GitHub +=> ../../notes/interesting-projects [3] El sustituto de mis estrellas de GitHub => https://www.theverge.com/2022/8/24/23319608/blackberry-film-production-wrapped-glenn-howerton Otra paranoia distinta parece que la veremos recogida en una película épica... sobre BlackBerry. diff --git a/blog/content/notes/index.gmi b/blog/content/notes/index.gmi index 18b9f5ca..49bc0b60 100644 --- a/blog/content/notes/index.gmi +++ b/blog/content/notes/index.gmi @@ -1,6 +1,7 @@ # Notes => interesting-articles Interesting articles +=> interesting-projects Interesting projects => greek-task-list Greek task list ## Cliff's notes |
