https://github.com/leye195/blog-v2
DanDevLog - V2 with NextJS&Notion API
https://github.com/leye195/blog-v2
nextjs13 notion
Last synced: 5 months ago
JSON representation
DanDevLog - V2 with NextJS&Notion API
- Host: GitHub
- URL: https://github.com/leye195/blog-v2
- Owner: leye195
- Created: 2023-10-30T10:56:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-28T16:28:22.000Z (6 months ago)
- Last Synced: 2025-06-28T17:32:34.158Z (6 months ago)
- Topics: nextjs13, notion
- Language: TypeScript
- Homepage: https://www.dantechblog.xyz
- Size: 2.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Devlog - v2
## Getting Started
### Create env.local
```
NOTION_SECRET=
NOTION_DATABASE=
NEXT_PUBLIC_BASE_URL=
```
### Install dependencies
```bash
pnpm install
```
### Run Server
```bash
pnpm dev
```
### Build
```bash
pnpm build
```
## Run Build
```bash
pnpm start
```
### ToDo
- [x] 페이지 레이아웃 및 UI 설정
- [x] Notion Api 연동
- [x] Sitemap 생성
- [x] rss 생성
- [x] Resume 페이지 작업
- [x] favicon 생성
- [x] ga 연동
- [ ] Vitest 테스트 코드 설정