maqi1520 / nextjs-tailwind-blog

我的博客第三版,使用 NextJS 和 TailwindCSS

Home Page:http://maqib.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

我的博客第三版,使用 NextJS 和 TailwindCSS

http://maqib.cn

License:MIT License


Languages

Language:TypeScript 80.8%Language:JavaScript 16.6%Language:CSS 2.5%Language:Shell 0.1%