# Blog Posts Every project can have a blog for updates, announcements, behind-the-scenes writing, and anything else. Blog posts are separate from items -- free-form writing, not releases. ## Creating a Blog Post 1. Go to your project dashboard 2. Click "New Blog Post" 3. Enter a title and write your content in Markdown 4. Choose to publish immediately or schedule for later Blog posts support full Markdown: headings, lists, links, images, code blocks, and inline formatting. ## Scheduling Set a future publish date and time. Scheduled posts are not visible until their publish time arrives (checked every 60 seconds). Edit or reschedule from the dashboard at any time before publication. ## Discussion Threads When you publish a blog post, Multithreaded (the integrated forum) automatically creates a linked discussion thread at the bottom of the post. ## The Changelog The platform changelog at `/changelog` uses the same blog system. Your project blogs live at `/p/your-project/blog`. ## RSS Blog posts are included in your project's blog RSS feed at `/p/your-project/blog/rss`, separate from the item RSS feed at `/p/your-project/rss`. ## Visibility - **Published posts** are visible to anyone - **Draft posts** are visible only to you (the project owner) - **Scheduled posts** are visible only to you until their publish time ## See Also - [RSS Feeds](./rss.md): How RSS works for items and blog posts - [Content & Items](./02-content.md): Creating and managing items - [Projects](./projects.md): Project setup and management