Skip to main content
Sedeya
Back to blog
1 min read

Hello, world

A first post — explains what this starter is and what's next.

  • starter
  • intro

Welcome to Sedeya. This post lives at src/content/en/blog/hello-world.md.

The matching French version is at src/content/fr/blog/bonjour-le-monde.md — both must use the same slug, but the rest of the frontmatter and body can differ.

What you get

  • Bilingual EN/FR routing out of the box
  • Markdown + MDX with Shiki code highlighting
  • Auto-generated OG images, RSS, sitemap, JSON-LD schema
  • A blog list (with featured post) and a blog detail layout
  • A legal pages collection (privacy, terms, etc.)
  • Starwind UI primitives (button, badge, breadcrumb, prose) — add more as needed

Next steps

  1. Edit src/lib/consts.ts with your site name, email, and social URLs
  2. Update translations in src/i18n/ui.ts
  3. Replace this post and write your own
  4. Run pnpm build to confirm everything ships clean
// Example: import a translation hook in any .astro file
import { useTranslations, type Language } from "@/i18n";

const t = useTranslations(Astro.currentLocale as Language);

That’s it. Ship something.

ShareXLinkedIn