Add export-story script and draft for Tiny Accident

This commit is contained in:
Bad Manners 2024-03-24 22:48:07 -03:00
parent 7f7a62a391
commit 808f565e59
16 changed files with 678 additions and 15 deletions

View file

@ -84,7 +84,7 @@ const tags = props.tags.map<[string, string]>((tag) => {
<a
href="#description"
class="text-link my-1 h-9 w-9 border-l border-stone-300 p-2 dark:border-stone-700"
aria-label={props.lang === "eng" ? "Go to description" : props.lang === "tok" ? "o tawa e lipu lili" : null}
aria-label={props.lang === "eng" ? "Go to description" : props.lang === "tok" ? "o tawa e toki lipu" : null}
>
<svg viewBox="0 0 512 512" class="fill-current" aria-hidden="true">
<path
@ -227,7 +227,7 @@ const tags = props.tags.map<[string, string]>((tag) => {
}
<section id="description" class="px-2 font-serif" aria-describedby="title-description">
<h2 id="title-description" class="py-2 font-serif text-xl font-semibold text-stone-800 dark:text-stone-100">
{props.lang === "eng" ? "Description" : props.lang === "tok" ? "lipu lili" : null}
{props.lang === "eng" ? "Description" : props.lang === "tok" ? "toki lipu" : null}
</h2>
<Prose>
<Markdown of={props.description} />