announcement
Hello World
This is a placeholder
The blog renders Markdown files from src/content/blog/, falling back to the
blog_posts database table when one is present. Frontmatter drives the title,
description, canonical date, author, and tags.
Delete this file and write your own, or remove the (blog) route group
entirely if your project has no blog.
Translations
A file named <slug>.fr.md is treated as a French translation of <slug>.md
rather than as a separate post. It should declare the same slug in its
frontmatter.
Formatting
Standard Markdown works, including tables and fenced code blocks:
export function greet(name: string) {
return `Hello, ${name}`;
}
| Column | Meaning |
|---|---|
slug | URL segment, must be unique |
date | Sort order and displayed publish date |
IG
Your Name
Author bio placeholder. Replace this with something about the person writing, or remove the byline block entirely.
Read more about me →