Docs/Getting started

Import your content

Bring an existing blog over in minutes — Markdown files, a Notion export, or Google Docs.

Markdown & Notion

  • Go to Settings → Import and drag in .md / .markdown files, or a whole .zip straight from Notion (Export → "Markdown & CSV").
  • Frontmatter is understood automatically: title, slug, tags, date, status, description, cover image.
  • Hit Preview first — you'll see every post's final title, slug, status, and warnings before anything is written.
  • Check Import everything as drafts to review before publishing.
  • Check Generate SEO-friendly slugs with AI to rewrite long filenames into short, keyword-first URLs — optionally keeping slugs that came from frontmatter.
  • Limits: 200 files per batch, 1 MB per file.
Frontmatter--- title: Hello world slug: hello-world tags: [engineering, seo] date: 2026-08-01 status: published --- Your post, in plain **Markdown**.

Google Docs

  • Share the doc as "Anyone with the link".
  • Paste the link in Settings → Import → Google Docs — it lands as a clean draft with formatting preserved.
After importing, hit Publish once — imported posts go live on the next deploy.