📗 Docs
Form Deneme
Writing Post
When you write a post, you should check the properties below.
Property | type | Required | Description |
title | string | true | Display in the post title area. |
date | date | true | Display in the post date area. |
slug | string | true | Set the post slug. (eg. https://morethan-log.vercel.app/[slug-id]) |
author | author | false | Display in the post author area. |
status | Private Public PublicOnDetail | true | Private is Not showing on your blog.
Public is Showing on your blog.
PublicOnDetail is Showing only your blog detail page. |
tags | string[] | false | Display in the post tags area. |
summary | string | false | Display in the post summary area. |
type | Post Paper | true | |
thumbnail | file | false | Display in the post thumbnail area. |
Contributing
Check out the Contributing Guide.