Testing a Writing Page
This is a temporary article for testing the writing layout.
The goal is to see how paragraphs, links, lists, and code blocks feel before publishing real writing.
What this should test
- Paragraph rhythm
- Section headings
- Lists
- Inline code like
npm run build - Links to experiments
const status = "temporary";
function publish(title: string) {
return title.toLowerCase().replaceAll(" ", "-");
}
This page can be replaced once the first real essay is ready.