← Back to blog

Notion Sync Test

A throwaway post to validate the Notion-to-MDX sync pipeline end-to-end.

· Updated

This page exists to prove that the Notion → MDX sync works. You’re reading it on kumizhi-ai.com/blog because a GitHub Action pulled it out of Notion, wrote it to apps/landing/content/blog/notion-sync-test/index.mdx, committed to main, and let the deploy pipeline take over.

What the sync does

  1. Polls this Notion database hourly (or on manual dispatch)
  2. Picks up pages where Status is Ready or Published
  3. Converts Notion blocks → Markdown
  4. Generates frontmatter from the page’s properties
  5. Downloads any Notion-hosted images into apps/landing/public/blog/<slug>/
  6. Commits the result

If the post under /blog/notion-sync-test looks identical to this page, the pipeline is healthy. Delete this post or flip its Status to Archived once you’re satisfied.