2023-10-13

master
Charles Iliya Krempeaux 2023-10-12 15:38:30 -07:00
parent 1f1d4eaaec
commit 770be67759
6 changed files with 7 additions and 5 deletions

View File

@ -46,4 +46,4 @@ Blogging Resurgence
---
[Loading](../../what-is-new_splash.html)
[Loading](../../what-is-new/index.html)

View File

@ -6,7 +6,7 @@
<style>
@font-face {
font-family: 'Paytone One';
src: url('../../../common/font/paytone-one-regular.ttf');
src: url('../../../../common/font/paytone-one-regular.ttf');
}
</style>
<style>
@ -51,7 +51,7 @@
</head>
<body>
<div class="heading"><a href="what-is-new.html">What Is New‽</a></div>
<div class="heading"><a href="show/index.html">What Is New‽</a></div>
<div class="subheading">#AllYourBases</div>

View File

Before

Width:  |  Height:  |  Size: 260 KiB

After

Width:  |  Height:  |  Size: 260 KiB

View File

@ -19,4 +19,4 @@ Postmarks is a social-bookmarking platform for the Fediverse.
---
[Loading](todays-topic_splash.html)
[Loading](../../todays-topic_splash.html)

View File

@ -4,7 +4,9 @@ npx @marp-team/marp-cli@latest index.md
popd
echo '========================='
npx @marp-team/marp-cli@latest what-is-new.md
pushd what-is-new/show/
npx @marp-team/marp-cli@latest index.md
popd
echo '========================='
npx @marp-team/marp-cli@latest todays-topic.md