2023-10-13
parent
c7a25a4924
commit
2575b29f27
|
@ -6,7 +6,7 @@
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Paytone One';
|
font-family: 'Paytone One';
|
||||||
src: url('../../../common/font/paytone-one-regular.ttf');
|
src: url('../../../../common/font/paytone-one-regular.ttf');
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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="show/index.html">It Came From<br />The Fediverse</a></div>
|
||||||
|
|
||||||
<div class="subheading">#AllYourBases</div>
|
<div class="subheading">#AllYourBases</div>
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
|
@ -14,4 +14,4 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[Loading](sysop-wants-to-chat_splash.html)
|
[Loading](../../sysop-wants-to-chat_splash.html)
|
|
@ -14,7 +14,9 @@ npx @marp-team/marp-cli@latest index.md
|
||||||
popd
|
popd
|
||||||
|
|
||||||
echo '========================='
|
echo '========================='
|
||||||
npx @marp-team/marp-cli@latest it-came-from-the-fediverse.md
|
pushd it-came-from-the-fediverse/show/
|
||||||
|
npx @marp-team/marp-cli@latest index.md
|
||||||
|
popd
|
||||||
|
|
||||||
echo '========================='
|
echo '========================='
|
||||||
npx @marp-team/marp-cli@latest sysop-wants-to-chat.md
|
npx @marp-team/marp-cli@latest sysop-wants-to-chat.md
|
||||||
|
|
Loading…
Reference in New Issue