Back to blogCompany
Welcome to your new site
This is a sample blog post to verify your content pipeline is working end to end.
Your NameApril 13, 20261 min read
If you can see this post, your content pipeline is working.
What just happened
This markdown file in site/content/blog/ was read by Next.js at build time, rendered to static HTML, and synced to S3. Cloudflare is serving it to you now.
Next steps
- Edit this file in the CMS at
cms.yoursite.com - Replace the placeholder sections in
site/app/page.jsxwith your actual content - Update
site/config/site.jsonwith your company name and URL - Update
site/config/navigation.jsonwith your real navigation structure - Delete this post and add your own
Writing content
All content lives as markdown files in site/content/. The frontmatter block at the top controls metadata. The body supports standard markdown.
Set published: false to keep a draft in the repo without it appearing on the live site.