$
PixelSetu
/ write
Write
Split
Preview
Copy markdown
Markdown (frontmatter + body)
--- id: "preview-post" title: "Your post title" timestamp: 2026-08-29 description: "A short description shown on cards and in featured layouts." coverImage: "https://picsum.photos/seed/pixelsetu-write/900/650" catrgory: "ai" author: "ritwik" tags: - preview - markdown --- # Your post title Paste or write the full markdown here. YAML frontmatter at the top is parsed the same way as posts in `contents/`. The preview on the right uses the **published article layout**: category tag, title, author, date, read time, cover, and body styles — including code blocks. ## Code example ```ts function greet(name: string) { return `Hello, ${name}`; } ``` > Frontmatter fields: `title`, `timestamp`, `coverImage`, `author`, `category` (or `catrgory`), `description`, `tags`.