Commit multilingual editorial frontend work

This commit is contained in:
2026-04-07 07:36:27 +02:00
parent 0eae030142
commit 77f57cf528
119 changed files with 5255 additions and 220 deletions
+13
View File
@@ -0,0 +1,13 @@
---
import WritingIssue from "../components/WritingIssue.jsx";
import BaseLayout from "../layouts/BaseLayout.astro";
---
<BaseLayout
title="Writing Desk | Dave Gilligan"
description="A live writing desk fed from the PHP archive: Boris Vian, Vernon Sullivan weather, jazz syntax, and pataphysical essays."
>
<main class="writing-page">
<WritingIssue client:load />
</main>
</BaseLayout>