Tina
To manage and draft blog posts using , a Git-based headless CMS, you can utilize the following features and configurations: Creating and Managing Drafts
: In TinaCMS, new posts are typically created as drafts by default , meaning they won't appear on your live production site until they are explicitly marked as published. To manage and draft blog posts using ,
: 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. Set up a content structure for your "Tina" project
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 ensure drafts don't show up for
: Use the + button in the top right of the Tina sidebar to create new posts.
: 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