https://github.com/talljack/blog
My Blog
https://github.com/talljack/blog
Last synced: 4 months ago
JSON representation
My Blog
- Host: GitHub
- URL: https://github.com/talljack/blog
- Owner: Talljack
- Created: 2024-02-21T06:12:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-27T15:18:25.000Z (11 months ago)
- Last Synced: 2025-07-27T16:17:14.823Z (11 months ago)
- Language: TypeScript
- Homepage: https://talljack.me
- Size: 14.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 我的个人网站
我也用博客来记录自己的思考、成长以及技术问题。
### 技术栈
- [Next.js](https://nextjs.org/)
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Framer Motion](https://www.framer.com/motion/)
- [Radix UI](https://www.radix-ui.com/)
- [Clerk](https://clerk.com/)
- [Neon](https://console.neon.tech/)
- [Drizzle ORM](https://orm.drizzle.team/)
- [Sanity](https://www.sanity.io/)
- [React Email](https://react.email)
- [Resend](https://resend.com/)
### 本地开发
```bash
# 安装依赖
pnpm install
# 启动开发服务器
pnpm dev
# 构建
pnpm build
```
通过 [Vercel](https://vercel.com/) 一键部署。
### 如何搭建
依赖 [https://cali.so/](https://cali.so/) 的进行开源搭建,感谢。