首先,访问GitHub - transitive-bullshit/nextjs-notion-starter-kit: Deploy your own Notion-powered website in minutes with Next.js and Vercel.Deploy your own Notion-powered website in minutes with Next.js and Vercel. - transitive-bullshit/nextjs-notion-starter-kithttps://github.com/transitive-bullshit/nextjs-notion-starter-kit进行Fork, 然后打开Vercel: Build and deploy the best web experiences with the Frontend CloudVercel's Frontend Cloud gives developers the frameworks, workflows, and infrastructure to build a faster, more personalized web.http://vercel.com进行部署, 接着分享Notion页面,并发布,然后获取页面ID,例如https://imjcj.notion.site/June-s-Blog-1bb715bc03d34b529a01426cc99dc4a3?pvs=4中,页面ID就是1bb715bc03d34b529a01426cc99dc4a3(最后一个“-”后,第一个“?”前) 之后更改Git存储库中的site.config.ts将rootNotionPageId的值改为页面ID,将name改为博客名称将domain改为博客域名将author改为你的昵称更改github、mastodon、newsletter的值即可。