Kitchen Sink
A demo post to exercise the VibeCMS theme: headings, callouts, code, quotes, and lists. Visit the docs for more.
Callouts
Code
Here is a fenced TypeScript block:
export function greet(name: string): string {
return `Hello, ${name}`;
}
Inline code looks like this.
A Quote
The quote border derives from your accent color, so this bar reskins with the theme.
Lists
- First item
- Second item with a link
- Third item
- Ordered one
- Ordered two
Wrapping up
Links, the quote bar, focus rings, and buttons follow the accent. Semantic callouts do not.