2023-10-13
parent
1f1d4eaaec
commit
770be67759
|
@ -46,4 +46,4 @@ Blogging Resurgence
|
|||
|
||||
---
|
||||
|
||||
[Loading](../../what-is-new_splash.html)
|
||||
[Loading](../../what-is-new/index.html)
|
||||
|
|
|
@ -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>
|
||||
|
Before Width: | Height: | Size: 260 KiB After Width: | Height: | Size: 260 KiB |
Before Width: | Height: | Size: 140 KiB After Width: | Height: | Size: 140 KiB |
|
@ -19,4 +19,4 @@ Postmarks is a social-bookmarking platform for the Fediverse.
|
|||
|
||||
---
|
||||
|
||||
[Loading](todays-topic_splash.html)
|
||||
[Loading](../../todays-topic_splash.html)
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue