From c7a25a4924fd937163d9b9f35e9a19c243c3cbf9 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 12 Oct 2023 17:48:39 -0700 Subject: [PATCH] 2023-10-13 --- .../index.html} | 2 +- episodes/2023/10/13/todays-topic/index.html | 2 +- .../10/13/{todays-topic.md => todays-topic/show/index.md} | 2 +- episodes/MARP.sh | 4 +++- 4 files changed, 6 insertions(+), 4 deletions(-) rename episodes/2023/10/13/{it-came-from-the-fediverse_splash.html => it-came-from-the-fediverse/index.html} (88%) rename episodes/2023/10/13/{todays-topic.md => todays-topic/show/index.md} (66%) diff --git a/episodes/2023/10/13/it-came-from-the-fediverse_splash.html b/episodes/2023/10/13/it-came-from-the-fediverse/index.html similarity index 88% rename from episodes/2023/10/13/it-came-from-the-fediverse_splash.html rename to episodes/2023/10/13/it-came-from-the-fediverse/index.html index 577ac99..3a9cd5c 100644 --- a/episodes/2023/10/13/it-came-from-the-fediverse_splash.html +++ b/episodes/2023/10/13/it-came-from-the-fediverse/index.html @@ -51,7 +51,7 @@ -
It Came From
The Fediverse
+
It Came From
The Fediverse
#AllYourBases
diff --git a/episodes/2023/10/13/todays-topic/index.html b/episodes/2023/10/13/todays-topic/index.html index b6744e2..1ccc738 100644 --- a/episodes/2023/10/13/todays-topic/index.html +++ b/episodes/2023/10/13/todays-topic/index.html @@ -48,7 +48,7 @@ -
Today's Topic
+
Today's Topic
#AllYourBases
diff --git a/episodes/2023/10/13/todays-topic.md b/episodes/2023/10/13/todays-topic/show/index.md similarity index 66% rename from episodes/2023/10/13/todays-topic.md rename to episodes/2023/10/13/todays-topic/show/index.md index 1bada78..9520917 100644 --- a/episodes/2023/10/13/todays-topic.md +++ b/episodes/2023/10/13/todays-topic/show/index.md @@ -6,4 +6,4 @@ --- -[Loading](it-came-from-the-fediverse_splash.html) +[Loading](../../it-came-from-the-fediverse/index.html) diff --git a/episodes/MARP.sh b/episodes/MARP.sh index bc5631e..b3502d2 100644 --- a/episodes/MARP.sh +++ b/episodes/MARP.sh @@ -9,7 +9,9 @@ npx @marp-team/marp-cli@latest index.md popd echo '=========================' -npx @marp-team/marp-cli@latest todays-topic.md +pushd todays-topic/show/ +npx @marp-team/marp-cli@latest index.md +popd echo '=========================' npx @marp-team/marp-cli@latest it-came-from-the-fediverse.md