: To ensure drafts don't show up for readers, you must update your website's queries to filter out documents where the draft field is set to true . Workflow & Editing

: For modern frameworks like Astro or Gatsby , Tina allows you to preview changes locally by running npm run dev and accessing the admin panel at localhost:3000/admin .

Write a for a specific topic (e.g., tech tutorials, personal stories). Set up a content structure for your "Tina" project. Write blog posts on the web with Tina CMS and Astro!

: Use the + button in the top right of the Tina sidebar to create new posts.

{ name: 'draft', label: 'Draft', type: 'boolean', required: true, description: 'If this is checked, the post will not be published' } Use code with caution. Copied to clipboard