Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maqi1520/nextjs-tailwind-blog
我的博客第三版,使用 NextJS 和 TailwindCSS
https://github.com/maqi1520/nextjs-tailwind-blog
nextjs tailwindcss
Last synced: 11 days ago
JSON representation
我的博客第三版,使用 NextJS 和 TailwindCSS
- Host: GitHub
- URL: https://github.com/maqi1520/nextjs-tailwind-blog
- Owner: maqi1520
- License: mit
- Created: 2021-07-05T01:24:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T00:34:27.000Z (about 1 month ago)
- Last Synced: 2024-10-15T03:52:54.748Z (23 days ago)
- Topics: nextjs, tailwindcss
- Language: TypeScript
- Homepage: http://maqib.cn
- Size: 77.4 MB
- Stars: 140
- Watchers: 3
- Forks: 56
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
npm install
```## Development
First, run the development server:
```bash
npm start
```or
```bash
npm run dev
```