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>
|
<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="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>
|
<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
|
popd
|
||||||
|
|
||||||
echo '========================='
|
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 '========================='
|
echo '========================='
|
||||||
npx @marp-team/marp-cli@latest todays-topic.md
|
npx @marp-team/marp-cli@latest todays-topic.md
|
||||||
|
|
Loading…
Reference in New Issue