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
- Polls this Notion database hourly (or on manual dispatch)
- Picks up pages where Status is
ReadyorPublished - Converts Notion blocks → Markdown
- Generates frontmatter from the page’s properties
- Downloads any Notion-hosted images into
apps/landing/public/blog/<slug>/ - 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.