To manage and draft blog posts using , a Git-based headless CMS, you can utilize the following features and configurations: Creating and Managing Drafts
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! To manage and draft blog posts using ,
: Use the + button in the top right of the Tina sidebar to create new posts. : Use the + button in the top
: 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 . This involves defining a "draft" field in your
: You can add a manual toggle to your editing sidebar. This involves defining a "draft" field in your collection schema as a boolean type. Schema Example : javascript