This page explains what you do first in astro-notion-blog.
How to start
You can find it out in the GitHub repository of astro-notion-blog.
Deploy first. It won’t take 15 mins. Then, please come back here.
Notion Database
You can see the columns in Notion DB. This section explains each columns.
Column | Mandatory | Description |
---|---|---|
Page | Yes | Entries of the blog |
Date | Yes | Publishing date and time. However, you need to deploy after the date and time. |
Slug | Yes | Path, which means the end of the URL after / . The value must not be duplicated other entries. |
Published | - | If you check, the entry will be treated as published after Date. |
Excerpt | No | Excerpt is displayed in index page. |
Tags | No | Categories of the entry |
FeaturedImage | No | FeaturedImage is displayed in index page. Also, used as an OG image. |
Rank | No | You can put the number as you want. Recommended entries displays with the descendant order. |
⚠️
Don’t rename the columns of DB. They are used in the program. Whereas, you can reorder the columns.
Further information
You can find further information in wiki of the GitHub repository.