From 1f1d4eaaecea42a87179d684ed73286ebde685c4 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 12 Oct 2023 12:31:16 -0700 Subject: [PATCH] 2023-10-13 --- episodes/2023/10/13/in-the-news/show/index.md | 4 ++-- episodes/MARP.sh | 15 ++++++++++++++- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/episodes/2023/10/13/in-the-news/show/index.md b/episodes/2023/10/13/in-the-news/show/index.md index a39cf8d..f435a6d 100644 --- a/episodes/2023/10/13/in-the-news/show/index.md +++ b/episodes/2023/10/13/in-the-news/show/index.md @@ -1,4 +1,4 @@ -![](../../../common/logo/techcrunch.png) +![](../../../../../common/logo/techcrunch.png) by **Sarah Perez** ( `@sarahp@mastodon.social` ) @@ -33,7 +33,7 @@ Mastodon actually has 407K+ more monthly users than it thought --- -![](../../../common/logo/fediversereport.png) +![](../../../../../common/logo/fediversereport.png) by **Laurens Hof** ( `@fediversereport@mastodon.social` ) diff --git a/episodes/MARP.sh b/episodes/MARP.sh index 6b9464f..4b7cf9d 100644 --- a/episodes/MARP.sh +++ b/episodes/MARP.sh @@ -1,6 +1,19 @@ -npx @marp-team/marp-cli@latest in-the-news.md +echo '=========================' +pushd in-the-news/show/ +npx @marp-team/marp-cli@latest index.md +popd + +echo '=========================' npx @marp-team/marp-cli@latest what-is-new.md + +echo '=========================' npx @marp-team/marp-cli@latest todays-topic.md + +echo '=========================' npx @marp-team/marp-cli@latest it-came-from-the-fediverse.md + +echo '=========================' npx @marp-team/marp-cli@latest sysop-wants-to-chat.md + +echo '=========================' npx @marp-team/marp-cli@latest a-winner-is-you.md