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