Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyoban/burogu
A minimal blog template based on Next.js 13
https://github.com/hyoban/burogu
blog nextjs notion tailwindcss template vercel
Last synced: about 1 month ago
JSON representation
A minimal blog template based on Next.js 13
- Host: GitHub
- URL: https://github.com/hyoban/burogu
- Owner: hyoban
- Archived: true
- Created: 2023-01-14T13:10:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T08:27:17.000Z (over 1 year ago)
- Last Synced: 2024-08-01T20:53:03.533Z (4 months ago)
- Topics: blog, nextjs, notion, tailwindcss, template, vercel
- Language: TypeScript
- Homepage: https://burogu.hyoban.vercel.app
- Size: 3.28 MB
- Stars: 57
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - hyoban/burogu - A minimal blog template based on Next.js 13 (TypeScript)
README
# burogu
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fhyoban%2Fburogu&env=NOTION_DATABASE_ID,NOTION_TOKEN)
## How to use this project
### Prepare Notion database
1. First prepare an empty database for storing blog posts, get `NOTION_DATABASE_ID`
2. Create [Integrations](https://www.notion.so/my-integrations), get `NOTION_TOKEN`, and connect to the database### Start setup
1. Fork my code or use this repository as a template
2. Modify the contents of `site.config.ts` according to your information
3. Create a new project in Vercel with this repository
4. Fill in the environment variables `NOTION_TOKEN`, `NOTION_DATABASE_ID`## Recommended writing mode
Write on any other page, and when finished, copy or move to the created database.