Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2nthony/blogkit-notion-starter
blogkit for notion
https://github.com/2nthony/blogkit-notion-starter
Last synced: about 2 months ago
JSON representation
blogkit for notion
- Host: GitHub
- URL: https://github.com/2nthony/blogkit-notion-starter
- Owner: 2nthony
- Created: 2022-02-28T14:31:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:39:49.000Z (about 1 year ago)
- Last Synced: 2024-10-12T08:44:40.522Z (3 months ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Blogkit Notion Starter](https://github.com/2nthony/blogkit-notion-starter)
Starter template for [blogkit](https://github.com/2nthony/blogkit).
## Getting started
### Get notion template
Duplicate the [database](https://2nthony.notion.site/b48993719cb846d09bd22b8fe211728a?v=e47faf3edb0a49378e650b5e95dac6d8) to your notion.
### Connect notion database
Follow the [Create an integration](https://developers.notion.com/docs/create-a-notion-integration) to:
1. Get `NOTION_TOKEN` (secrets from internal integration **token**)
2. Add connection to the database
3. Get `NOTION_DATABASE_ID`Save `NOTION_TOKEN` and `NOTION_DATABASE_ID`.
## Configuration
1. Update the site title in `blogkit.config.ts`.
## Deploy your own
Deploy the blogkit notion starter using Vercel:
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2F2nthony%2Fblogkit-notion-starter&env=NOTION_TOKEN,NOTION_DATABASE_ID)
## FAQ
### Can not find database ID xxxxxxxxxx
You might forgot to: Share a database with your integration.
![](https://user-images.githubusercontent.com/19513289/216370424-f119d24f-6609-4b1d-a4c1-935a0bde6d5e.png)