<aside> 💡

Click **✍️ Add New Pos**t button below to write new post.

</aside>


How to add a new blog post:

<aside> 💡

  1. Fill in the required properties
  2. Write your content
  3. Set status to Public </aside>

📋 Database Column Definitions

Property Name Property Type Required Description
title Title O The title of the post.
slug Text (Rich text) O The URL path. Use lowercase English and hyphens (-). E.g., my-first-post
status Select O The visibility status of the post. (See 'Status Details' below)
type Select - Content type. Defaults to 'Post' if left empty. (See 'Type Details' below)
date Date O Publication date. Used for sorting posts by newest first.
category Select O Category of the post.
tags Multi-select - List of tags. Feel free to add yours. E.g., Next.js, React
series Text (Rich text) - Series name for grouped posts. Posts with the same series name will be linked.
author Person - Select the author from workspace members.
summary Text (Rich text) - A short summary (1-2 sentences) to be displayed in the post list.
thumbnail Files & media - Thumbnail image. You can upload a file or paste an external image URL.

🚦 Status Details

Use this to control post visibility. Set to Draft when starting, and change to Public when finished.

Value Meaning List View Access via Link Description
Public Published O O Visible on the main blog and category lists.
PublicOnDetail Link Only X O Hidden from lists, but accessible to those with the URL.
Draft In Progress X X Working draft. Not visible on the blog.
Private Private X X Private post. Not visible on the blog.

📑 Type Details

Categorizes the content format. In most cases, you can leave it empty or select Post.

Value Meaning Description
Post Blog Post Standard blog article. (Default)
Paper Document Long-form content such as technical docs or whitepapers.
Page Page Independent pages like an "About" page. Not displayed in the post list.

Author Settings

Here:

Authors

❓FAQ (Frequently Asked Questions)