📗 Docs

Form Deneme

date
Jan 22, 2023
slug
docs
author
status
Public
tags
Docs
Morethanlog
summary
type
Post
thumbnail
category
📗 Docs
updatedAt
Mar 8, 2023 09:10 AM

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
Post is Commonly used post type. Paper is Used when you want to create a page like Resume.
thumbnail
file
false
Display in the post thumbnail area.

Contributing

Check out the Contributing Guide.