Awesome
Nextjs Tailwind Blog
tempalte
https://github.com/timlrx/tailwind-nextjs-starter-blog
技术栈
- Next.js
- Tailwind CSS 3.0
使用静态博客的原因
我写博客,需要将博客同步到知乎、掘金、微信公众号等、一是这些平台的代码编辑器不怎么好用,尤其是图片会加上水印、后来我选择自建使用 Postgresql 和 next.js、但维护这些数据库需要一些成本、为了避免每年数据库迁移、现在将代码都托管到 github、使用 vercel.com 自动部署
Installation
npm install
Development
First, run the development server:
npm start
or
npm run dev