Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2nthony/blog
https://github.com/2nthony/blog
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/2nthony/blog
- Owner: 2nthony
- Created: 2022-02-28T15:03:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:48:32.000Z (about 1 year ago)
- Last Synced: 2024-10-12T08:44:41.043Z (3 months ago)
- Language: TypeScript
- Homepage: https://2nthony.com
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blogkit Notion Starter
Starter template for [blogkit](https://github.com/2nthony/blogkit).
## Getting started
### Get notion template
Duplicate the [template](https://2nthony.notion.site/cd8c60e825274c278e671af80f09f385?v=c8368886a493480b848ab10bb16b9a2b) to your notion.
### Get environment variables
Follow the [Getting Started](https://developers.notion.com/docs/getting-started#getting-started) to get 2 required **environment variables**:
- `NOTION_TOKEN`
- `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)