2023-10-13
parent
12a26d898d
commit
c7a25a4924
|
@ -51,7 +51,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<div class="heading"><a href="it-came-from-the-fediverse.html">It Came From<br />The Fediverse</a></div>
|
||||
<div class="heading"><a href="../it-came-from-the-fediverse.html">It Came From<br />The Fediverse</a></div>
|
||||
|
||||
<div class="subheading">#AllYourBases</div>
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<div class="heading"><a href="../todays-topic.html">Today's Topic</a></div>
|
||||
<div class="heading"><a href="show/index.html">Today's Topic</a></div>
|
||||
|
||||
<div class="subheading">#AllYourBases</div>
|
||||
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
|
||||
---
|
||||
|
||||
[Loading](it-came-from-the-fediverse_splash.html)
|
||||
[Loading](../../it-came-from-the-fediverse/index.html)
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue