All content in this repository, including the software and the haiku, is copyright (c) 2024 Ben Copeland. All rights reserved.
A personal haiku journal, built with Astro.
pnpm install
pnpm devVisit localhost:4321.
Add a new file to src/content/haiku/, e.g. src/content/haiku/my-new-haiku.md:
---
lines:
- "first line"
- "second line"
- "third line"
order: 60
---order should be one higher than the current highest order value in src/content/haiku/ — the highest order is automatically featured on the homepage. Add date: "YYYY-MM-DD" if the composition date is known.
pnpm buildOutputs a static site to dist/.