Back to blog
announcement

Hello World

Your Name·

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}`;
}
ColumnMeaning
slugURL segment, must be unique
dateSort 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 →

Ready to get started?

Placeholder call to action. Say what a reader should do next.

Get Started
Hello World | DadADS