To manage and draft blog posts using , a Git-based headless CMS, you can utilize the following features and configurations: Creating and Managing Drafts
: You can write and refine your draft using the in-page editor by clicking the edit button on the top left of the post, or use the sidebar for metadata like dates and descriptions. To manage and draft blog posts using ,
: 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 a Git-based headless CMS
: 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 . To manage and draft blog posts using ,