Welcome to SiteStart Template
This is your first post. It's stored as a Markdown file in content/blog/ and rendered through Nuxt Content.
What's already wired up
- Authentication with magic links
- A SQLite database via Drizzle
- A dashboard behind a protected route
- SEO defaults (sitemap, robots, Open Graph) via
@nuxtjs/seo
Writing new posts
Drop a new .md file in content/blog/, give it frontmatter matching the schema in content.config.ts, and it'll show up on /blog automatically.